File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 "setup" : " node package-installer.js" ,
2424 "native:build-dev" : " wasm-pack build ./wasm --dev --target=web --features native" ,
2525 "native:build-production" : " wasm-pack build ./wasm --release --target=web --features native" ,
26- "wasm:build-dev" : " wasm-pack build ./wasm --dev --target=web" ,
26+ "wasm:build-dev" : " wasm-pack build ./wasm --dev --target=web --features shader-nodes " ,
2727 "wasm:build-profiling" : " wasm-pack build ./wasm --profiling --target=web" ,
2828 "wasm:build-production" : " wasm-pack build ./wasm --release --target=web" ,
29- "wasm:watch-dev" : " cargo watch --postpone --watch-when-idle --workdir=wasm --shell \" wasm-pack build . --dev --target=web -- --color=always\" " ,
29+ "wasm:watch-dev" : " cargo watch --postpone --watch-when-idle --workdir=wasm --shell \" wasm-pack build . --dev --target=web -- --features shader-nodes -- color=always\" " ,
3030 "wasm:watch-profiling" : " cargo watch --postpone --watch-when-idle --workdir=wasm --shell \" wasm-pack build . --profiling --target=web -- --color=always\" " ,
3131 "wasm:watch-production" : " cargo watch --postpone --watch-when-idle --workdir=wasm --shell \" wasm-pack build . --release --target=web -- --color=always\" "
3232 },
You can’t perform that action at this time.
0 commit comments