aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-03-07 11:58:50 +0300
committerGravatar Vitaly Takmazov2023-03-07 11:58:50 +0300
commit8af8f854e5fc1c6a960baf80fa1b439780a4a2e8 (patch)
tree729250c3063bbefe4215c3062e2bddd38ccf9e4e /package.json
parentca9b2565e5e880fdc551341df92f15f33434a7c8 (diff)
Compile legacy with webpack
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index 61a37771..f15bf561 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,7 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "compile:css": "postcss --verbose --map style.css.map src/main/assets/style.css -d src/main/resources/static/",
- "compile:js": "webpack",
- "compile": "cross-env NODE_ENV=production concurrently \"npm run compile:css\" \"npm run compile:js\"",
+ "compile": "cross-env NODE_ENV=production webpack",
"lint": "eslint .",
"vnext:test": "jest",
"vnext:build": "webpack -c vnext/webpack.config.js",
@@ -51,7 +49,6 @@
"@typescript-eslint/eslint-plugin": "^5.54.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
- "concurrently": "^7.6.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.29.0",
"cross-env": "^7.0.3",