Skip to content

Commit 5fb9514

Browse files
committed
Change crate dir in webpack
1 parent 8cd32b2 commit 5fb9514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wasm/demo/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = (env = {}) => {
6565
if (!env.noWasmPack) {
6666
config.plugins.push(
6767
new WasmPackPlugin({
68-
crateDirectory: path.join(__dirname, '../lib'),
68+
crateDirectory: path.join(__dirname, '../../crates/wasm'),
6969
}),
7070
);
7171
}

0 commit comments

Comments
 (0)