Skip to content

Commit d2a02f0

Browse files
committed
Fixed the webpack config
1 parent 05bb30a commit d2a02f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ module.exports = {
3636
new CleanWebpackPlugin(),
3737
new webpack.NormalModuleReplacementPlugin(
3838
/webpxmux\.js/,
39-
'webpxmux-web.js'
39+
path.resolve(__dirname, "build/webpxmux-web.js")
4040
),
4141
new CopyPlugin({
4242
patterns: [{ from: "build/webpxmux.wasm", to: "." }],
43-
}),
43+
}),
4444
new WebpackCompilerPlugin({
4545
name: "CleanupCompilerPlugin",
4646
listeners: {

0 commit comments

Comments
 (0)