grafana/public/app/containers/AlertRuleList
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
..
__snapshots__ refactoring: alert rule query refactoring (#10941) 2018-02-16 13:56:04 +01:00
AlertRuleList.jest.tsx fix: alert list links did not work, changed dashboardUri to Url, this is breaking api change in alert api (#10756) 2018-02-05 09:42:41 +01:00
AlertRuleList.tsx Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00