Skip to content

Commit c01fe1d

Browse files
committed
Added part about managing webpack to readme
1 parent c65ed98 commit c01fe1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ and your webpack config is located at `/home/src/webpack.config.js`, then the va
136136
## Usage
137137
<br>
138138
139+
#### Manually run webpack to build assets.
140+
141+
One of the core principles of django-webpack-loader is to not manage webpack itself in order to give you the flexibility to run webpack the way you want. If you are new to webpack, check one of the [examples](https://github.com/owais/django-webpack-loader/tree/master/examples), read [my detailed blog post](http://owaislone.org/blog/webpack-plus-reactjs-and-django/) or check [webpack docs](http://webpack.github.io/).
142+
139143
#### Settings
140144
141145
Add `webpack_loader` to `INSTALLED_APPS`

0 commit comments

Comments
 (0)