We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33c4e8 commit f532648Copy full SHA for f532648
webpack/webpack.config.js
@@ -46,10 +46,6 @@ module.exports = () => {
46
config.plugins.push(
47
new CopyPlugin({
48
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
-
53
// Build and copy Modernizr.
54
// We're abusing the CopyPlugin transform method here to build
55
// a Modernizr bundle using the modernizr config. The input
0 commit comments