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 18aded9 commit 5a7cca1Copy full SHA for 5a7cca1
src/index.js
@@ -30,9 +30,6 @@ const defaultConfig = {
30
};
31
32
module.exports = function workerLoaderPlugin(userConfig = null) {
33
- if (userConfig) {
34
- userConfig.webWorkerPattern = userConfig?.webWorkerPattern || userConfig?.pattern || null;
35
- }
36
const config = Object.assign({}, defaultConfig, userConfig);
37
config.skipPlugins = new Set(config.skipPlugins);
38
0 commit comments