Upgrade Babel to self-host with beta.46 (#7784)

This commit is contained in:
Logan Smyth
2018-04-27 15:04:37 -07:00
committed by GitHub
parent 4f312f5739
commit acf509bab5
16 changed files with 656 additions and 589 deletions

View File

@@ -42,15 +42,6 @@ function webpackBuild(opts) {
// Use the bundled config so that module syntax is passed through
// for Webpack.
envName: "standalone",
// Some of the node_modules may have their own "babel" section in
// their project.json (or a ".babelrc" file). We need to ignore
// those as we're using our own Babel options.
babelrc: false,
// We explicitly load the `.babelrc.js` file since searching is
// turned off, but we still want to use the main config.
extends: "./.babelrc.js",
},
},
],