grafana/scripts/webpack
David Kaltschmidt cc5d7002b0 Add weback-dev-server with hot/hmr support
* adds `npm start` / `yarn start` script
* starts a webpack-dev-server using the dev config, served on :3333
* hot reloading (HMR) for react/styles, not working for angular code
* new entry `dev.ts` for dynamic imports of CSS theme (ExtractText does
not work with HMR)
* TS loader pipeline moved out of common to add HMR for react
* applied `hot()` to some react containers (that's their new default
 export, named exports remains for testing)
* added sections to README
* updated yarn.lock
2018-04-19 11:42:53 +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 Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00
webpack.dev.js Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00
webpack.prod.js Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00
webpack.test.js Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00