Skip to content

Commit

Permalink
fail
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 17, 2023
1 parent 684f0f1 commit e5baa52
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions webworker/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,7 @@ module.exports = {
}
resource.request = module;
}
),
new webpack.NormalModuleReplacementPlugin(
/^unicorn-magic$/u,
(resource) => {
resource.request = require.resolve("./unicorn-magic-stub.js");
}
),
new webpack.ProvidePlugin({
"process": "process-wrapper"
})
)
],
"resolve": {
"fallback": {
Expand Down

0 comments on commit e5baa52

Please sign in to comment.