We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a7265 commit 9d140d3Copy full SHA for 9d140d3
1 file changed
components/mjs/a11y/sre/worker/webpack.cjs
@@ -1,8 +1,6 @@
1
const webpack = require('webpack');
2
3
module.exports = (pkg) => {
4
- pkg.experiments = {outputModule: true};
5
- pkg.output.library = {type: 'module'};
6
pkg.plugins.push(
7
new webpack.optimize.LimitChunkCountPlugin({
8
maxChunks: 1,
0 commit comments