aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-03-29 19:52:13 +0300
committerGravatar Vitaly Takmazov2024-03-29 19:52:13 +0300
commit04f5d65e7ade5ffbfe363efb7ebcd1151f8b68fd (patch)
tree800ca80942a9dd358c1941c8ff1daeef4af2cc87 /package.json
parentb09a61b534e6967ddf9427b85285108605f44fe5 (diff)
webpack: extract css in development mode
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index d5b1a331..a03c7bab 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
+ "watch": "webpack --watch --mode development",
"compile": "webpack --mode production",
"lint": "eslint src/main/assets",
"vnext:test": "jest",