grafana/scripts/webpack
David Kaltschmidt ebe8e62bd5 Split webpack dev config into dev and hot
Motivation:

* too many conditionals for config, better to be explicit
* different priorities: faster build for hot mode
* working SCSS sources for styles in hot mode

The biggest differences:

* removed linter from TS loader in hot (should be editor or precommit
 or responsibility)
* simplified styles loading
* hot needs more extensions to resolve
* removed commons chunking for hot
* removed devServer from dev

Reduced HMR time from 8s to 4s on my machine.
2018-05-28 13:49:15 +02:00
..
dependencies.js plugibs: expose more to plugins 2017-10-03 11:02:40 +02:00
postcss.config.js Webpack (#9391) 2017-10-01 20:02:25 +02:00
sass.rule.js Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00
webpack.common.js Fix CSS asset loading for yarn start (HMR) (#11855) 2018-05-07 17:02:55 +02:00
webpack.dev.js Split webpack dev config into dev and hot 2018-05-28 13:49:15 +02:00
webpack.hot.js Split webpack dev config into dev and hot 2018-05-28 13:49:15 +02:00
webpack.prod.js Explore WIP 2018-04-26 20:27:19 +02:00
webpack.test.js Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00