python-webpack
python-webpack copied to clipboard
Python bindings to webpack
Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...
Right now, python-webpack supports `findstatic`, which is used by Django to locate and serve static files during development. However, it doesn't support `collectstatic`, which is used by Django to gather...
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....