|
Add --no-watch flag to Webpack build
When running integration tests on the server, we're getting a 404 error because the asset files can't be found. This is due to them not being built with the hash fingerprint. This commit adds an additional option to webpack to set the watch arg manually. |
|---|
|
|
| .travis.yml |
|---|
| lib/assets/webpack.config.js |
|---|