storybook/.babelrc
Arunoda Susiripala bb426b899d Update defaults to match create-react-app (#342)
* Match default setup same as create-react-app.

* Stop pre-building the manager
This allow us to customize the manager dynamically.

* Update manager for the production build.

* Remove building source-maps.

* Fix lint issues.

* Improve static file handling.

* Update dev docs.

* Use dist directory for the manager's source.

* Add support for stage-0.

* Replace raw loader with the css loader in production CSS handling.

* Remove specific babel plugins since we support stage-0.
2016-08-01 15:30:21 +05:30

4 lines
58 B
Plaintext

{
"presets": ["es2015", "es2016", "stage-0", "react"]
}