Skip to content

Commit f004b84

Browse files
committed
Frontend watch should use dev
1 parent 127c7c6 commit f004b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/implementations/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:dev": "npx webpack --config webpack.dev.js",
1010
"build:esm": "npx webpack --config webpack.esmodule.js",
1111
"rebuild": "npm run clean && npm run build",
12-
"watch": "webpack --watch --config webpack.prod.js",
12+
"watch": "webpack --watch --config webpack.dev.js",
1313
"serve": "webpack serve --config webpack.dev.js",
1414
"serve-prod": "webpack serve --config webpack.prod.js"
1515
},

0 commit comments

Comments
 (0)