Skip to content

Commit f532648

Browse files
committed
fix: Remove also the previously removed polyfills-loader from the webpack config.
1 parent a33c4e8 commit f532648

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

webpack/webpack.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ module.exports = () => {
4646
config.plugins.push(
4747
new CopyPlugin({
4848
patterns: [
49-
// Copy polyfills loader to the output path.
50-
// TODO: Polyfills not used anymore, remove for next major version.
51-
{ from: path.resolve(__dirname, "../src/polyfills-loader.js") },
52-
5349
// Build and copy Modernizr.
5450
// We're abusing the CopyPlugin transform method here to build
5551
// a Modernizr bundle using the modernizr config. The input

0 commit comments

Comments
 (0)