ENHANCEMENT: better watcher

This commit is contained in:
Jeroen De Meerleer 2022-06-08 12:21:44 +02:00
parent 71fd28a170
commit 24caa862b8
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"vite-plugin-symfony": "^0.3"
},
"scripts": {
"watch": "vite",
"watch": "vite build --minify=false --sourcemap --watch",
"build-dev": "vite build --minify=false --sourcemap",
"build": "vite build"
}