Commit graph

5 commits

Author SHA1 Message Date
Janneke Janssen
64bb8b2989 Move webpack configuration in subfolder of client/
Move webpack configuration to a subfolder in the client directory

Remove trailing whitespace

Rename prd.config.js to prod.config.js

Simplify lint:js target path
2017-01-26 01:16:04 +02:00
Thibaud Colas
87b400d00b Refine webpack configuration per env
Add env-specific webpack configuration

Add basic env-specific webpack configuration

Use more advanced production uglify config

Simplify webpack loader config
2017-01-26 01:15:39 +02:00
Vincent Audebert
921a510d9f Fixing webpack config for production mode.
We don't want inline source in prod. Optimising final bundle size a lot.
For dev mode, cheap-module-eval is faster than inline-source.
2016-06-21 12:36:39 +01:00
justinvdm
f6842e6f2e Fix webpack aliasing for config module 2016-02-25 17:36:27 +02:00
Josh Barr
14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS
Thanks to @justinvdm for the help

Merges: #2275
2016-02-25 13:32:48 +00:00