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 7ef2c6c commit 7c9907fCopy full SHA for 7c9907f
src/utilities/constants.js
@@ -23,6 +23,7 @@ const excludedLoaders = [
23
'webpack-contrib/null-loader',
24
'webpack-contrib/mocha-loader',
25
'webpack-contrib/istanbul-instrumenter-loader',
26
+ 'webpack-contrib/worker-loader',
27
];
28
const excludedPlugins = [
29
'webpack-contrib/component-webpack-plugin',
webpack.ssg.js
@@ -100,6 +100,8 @@ module.exports = (env) =>
100
'https://v4.webpack.js.org/loaders/mocha-loader/',
101
'loaders/istanbul-instrumenter-loader':
102
'https://v4.webpack.js.org/loaders/istanbul-instrumenter-loader/',
103
+ 'loaders/worker-loader/':
104
+ 'https://v4.webpack.js.org/loaders/worker-loader/',
105
},
106
}),
107
new CopyWebpackPlugin({
0 commit comments