Update babel en disable ES5 builds on dev (#4876)

This commit is contained in:
Bram Kragten
2020-02-15 01:09:21 +01:00
committed by GitHub
parent 7d37dc6cde
commit 2d018fff6c
4 changed files with 667 additions and 577 deletions

View File

@@ -34,6 +34,7 @@ module.exports.babelLoaderConfig = ({ latestBuild }) => {
},
],
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator",
[
require("@babel/plugin-proposal-decorators").default,
{ decoratorsBeforeExport: true },