You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
412 B
Plaintext
11 lines
412 B
Plaintext
// NOTE: These options are overriden by the babel-loader configuration
|
|
// for webpack, which can be found in ~/build/webpack.config.
|
|
//
|
|
// Why? The react-transform-hmr plugin depends on HMR (and throws if
|
|
// module.hot is disabled), so keeping it and related plugins contained
|
|
// within webpack helps prevent unexpected errors.
|
|
{
|
|
"presets": ["es2015", "react", "stage-0"],
|
|
"plugins": ["transform-runtime"]
|
|
}
|