Skip to content

Commit 14cd736

Browse files
authored
Merge pull request #350 from BeAPI/fix/skip-default-polyfill
fix (webpack): don't include wp-polyfill dependencies automatically
2 parents 1d8f32c + b3a646c commit 14cd736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
new WebpackBar({
3232
color: '#ffe600',
3333
}),
34-
new DependencyExtractionWebpackPlugin({ injectPolyfill: true }),
34+
new DependencyExtractionWebpackPlugin(),
3535
]
3636

3737
if (mode === 'production') {

0 commit comments

Comments
 (0)