You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
One cool thing about webpack is that it allows you to output multiple bundles for production. It's not clear to me if this is even possible in the python-webpack world. If it is, some documentation would be nice, if not, it would be a great feature.
The text was updated successfully, but these errors were encountered:
As long as webpack adds it to the list of assets emitted, it should work. There are test cases, but let me know if you have any issues.
WebpackBundle instances are a pretty thin layer on top of the compilation output, if it doesn't work to your needs, you can get the output via the instance's stats attribute.
One cool thing about webpack is that it allows you to output multiple bundles for production. It's not clear to me if this is even possible in the python-webpack world. If it is, some documentation would be nice, if not, it would be a great feature.
The text was updated successfully, but these errors were encountered: