Skip to content

Commit 433e55b

Browse files
committed
Fix more paths
1 parent 5fb9514 commit 433e55b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wasm/demo/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = (env = {}) => {
1818
alias: {
1919
rustpython: path.resolve(
2020
__dirname,
21-
env.rustpythonPkg || '../lib/pkg',
21+
env.rustpythonPkg || '../../crates/wasm/pkg',
2222
),
2323
},
2424
},

wasm/notebook/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = (env = {}) => {
1818
alias: {
1919
rustpython: path.resolve(
2020
__dirname,
21-
env.rustpythonPkg || '../lib/pkg',
21+
env.rustpythonPkg || '../../crates/wasm/pkg',
2222
),
2323
},
2424
},

0 commit comments

Comments
 (0)