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 05bb30a commit d2a02f0Copy full SHA for d2a02f0
webpack.config.js
@@ -36,11 +36,11 @@ module.exports = {
36
new CleanWebpackPlugin(),
37
new webpack.NormalModuleReplacementPlugin(
38
/webpxmux\.js/,
39
- 'webpxmux-web.js'
+ path.resolve(__dirname, "build/webpxmux-web.js")
40
),
41
new CopyPlugin({
42
patterns: [{ from: "build/webpxmux.wasm", to: "." }],
43
- }),
+ }),
44
new WebpackCompilerPlugin({
45
name: "CleanupCompilerPlugin",
46
listeners: {
0 commit comments