Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 28, 2023
1 parent 983396b commit 892cc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config-webpack/webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ module.exports = {
new CircularDependencyPlugin({
failOnError: true,
}),
new ECMAVersionValidatorPlugin({ ecmaVersion: 5 }), // ensure we don't accidentally break ie11 syntax.
new ECMAVersionValidatorPlugin({ ecmaVersion: 5 }), // ensure our js bundle only contains syntax supported in ie11. This does not check polyfills.
],
}

0 comments on commit 892cc08

Please sign in to comment.