Skip to content

Commit 9d140d3

Browse files
committed
Don't need to make the worker be a module anymore
1 parent b2a7265 commit 9d140d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components/mjs/a11y/sre/worker/webpack.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
const webpack = require('webpack');
22

33
module.exports = (pkg) => {
4-
pkg.experiments = {outputModule: true};
5-
pkg.output.library = {type: 'module'};
64
pkg.plugins.push(
75
new webpack.optimize.LimitChunkCountPlugin({
86
maxChunks: 1,

0 commit comments

Comments
 (0)