linkerd2/web
Thomas Rampelberg c5f0adafc8
Update babel to use `env` and `react-app` as presets. (#976)
- Switched from `es2015` to `env` for the default preset. This is the recommended preset and allows us to track the latest and greatest moving forward.
- Added `react-app` as a preset. We get class properties (and thus => for context) as well as the current recommended settings for react apps.
- Created a `web` script that provides functions for common tasks. `react-app` requires that BABEL_ENV/NODE_ENV is set and this guarantees it.
- Updated the web dockerfile to set NODE_ENV correctly and use `bin/web`.
- Moved the babel related modules over to devDependencies.
2018-05-22 17:17:44 -07:00
..
app Update babel to use `env` and `react-app` as presets. (#976) 2018-05-22 17:17:44 -07:00
srv Include path prefix in location of js asset bundle (#959) 2018-05-16 15:41:50 -07:00
templates Include path prefix in location of js asset bundle (#959) 2018-05-16 15:41:50 -07:00
util/filesonly Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Dockerfile Update babel to use `env` and `react-app` as presets. (#976) 2018-05-22 17:17:44 -07:00
main.go UI tweaks: sidebar collapse, latency formatting, table row spacing (#361) 2018-02-19 11:21:54 -08:00