Skip to content

Commit 2ddca4f

Browse files
committed
feat(app): restore hmr
1 parent 91964f6 commit 2ddca4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "19.1.0",
44
"scripts": {
55
"prepare": "npx husky",
6-
"start": "ng serve --configuration=development-en --open --no-hmr",
6+
"start": "ng serve --configuration=development-en --open",
77
"start:es": "ng serve --configuration=development-es --open",
88
"extract": "ng extract-i18n --format=xlf --output-path=src/locale",
99
"lint": "ng lint && npm run stylelint",

0 commit comments

Comments
 (0)