Skip to content

Commit 5ee7134

Browse files
committed
HACK shader-nodes feature: enable feature by default for npm start
1 parent 6f0bbd0 commit 5ee7134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
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
},

0 commit comments

Comments
 (0)