File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,13 @@ The most popular manifest tool is [owais/django-webpack-loader](https://github.c
109109Owais has provided a great set of docs and examples, so it's your best bet for integrating webpack into your
110110project.
111111
112- If you need support for non-Django projects - or you want to use webpack with a decoupled library or app -
113- [ markfinger/python-webpack-manifest] ( https://github.com/markfinger/python-webpack-manifest ) will sort you out.
112+ If you aren't running a Django system, or you need portable manifests that can be decoupled and deployed,
113+ [ markfinger/python-webpack-manifest] ( https://github.com/markfinger/python-webpack-manifest ) might suit your
114+ needs.
114115
115116There's also [ markfinger/python-webpack] ( https://github.com/markfinger/python-webpack ) , but it's a bit more
116- heavy handed and is only of use if you need a really tight coupling between your python and javascript worlds.
117+ heavy handed, abstract, and is only of use if you need a really tight coupling between your python and
118+ javascript worlds.
117119
118120
119121render_component
You can’t perform that action at this time.
0 commit comments