... | ... | @@ -15,7 +15,7 @@ We are choosing to use [webpack](http://webpack.github.io/docs/) as our developm |
|
|
* webpack can't really watch it's own config file for changes (unless you setup a little node server to run WDS for you), _so any changes to the config file require a restart of the WDS process_
|
|
|
|
|
|
### webpack.config.js
|
|
|
* **devServer** (near the top of the module): use to configure WDS host address and port
|
|
|
* **devServer** (near the top of the configModule): use to configure WDS host address and port
|
|
|
* **entry**: names of bundles, with the entry point files for each
|
|
|
* **output**
|
|
|
- output to a directory called 'build' (this only exists in memory while using WDS)
|
... | ... | |