Skip to content

Commit

Permalink
Merge pull request #12470 from Snuffleupagus/webpack-5
Browse files Browse the repository at this point in the history
Upgrade `webpack` to version 5
  • Loading branch information
timvandermeij authored Oct 11, 2020
2 parents e59a90d + e7437a0 commit 49791f5
Show file tree
Hide file tree
Showing 4 changed files with 979 additions and 347 deletions.
12 changes: 0 additions & 12 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,18 +217,6 @@ function createWebpackConfig(defines, output) {
options: {
presets: skipBabel ? undefined : ["@babel/preset-env"],
plugins: [
[
"@babel/plugin-proposal-nullish-coalescing-operator",
{
loose: true,
},
],
[
"@babel/plugin-proposal-optional-chaining",
{
loose: true,
},
],
"@babel/plugin-transform-modules-commonjs",
[
"@babel/plugin-transform-runtime",
Expand Down
Loading

0 comments on commit 49791f5

Please sign in to comment.