We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb9514 commit 433e55bCopy full SHA for 433e55b
wasm/demo/webpack.config.js
@@ -18,7 +18,7 @@ module.exports = (env = {}) => {
18
alias: {
19
rustpython: path.resolve(
20
__dirname,
21
- env.rustpythonPkg || '../lib/pkg',
+ env.rustpythonPkg || '../../crates/wasm/pkg',
22
),
23
},
24
wasm/notebook/webpack.config.js
0 commit comments