Files
create-react-app/packages/react-scripts/fixtures/kitchensink/.babelrc
Joe Haddad 12288836e1 Upgrade webpack (#1291)
* Upgrade webpack

* Address more webpack v2 ...

* Update html-webpack-plugin

* Remove LoaderOptionsPlugin from dev config

* ExtractTextPlugin still uses webpack 1 syntax
... and doesn't support complex options (yet)

* Grammar nit

* Update extract text webpack plugin

* - Remove webpack.LoaderOptionsPlugin
- Update deps

* Lerna hoists packages

* Update extract-text-webpack-plugin

* Update webpack-dev-server

* Remove imports for the tests

* stop removing babelrc
2017-02-11 14:11:00 -05:00

5 lines
96 B
Plaintext

{
"presets": ["react-app"],
"plugins": ["babel-plugin-transform-es2015-modules-commonjs"]
}