From 8af8f854e5fc1c6a960baf80fa1b439780a4a2e8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 7 Mar 2023 11:58:50 +0300 Subject: Compile legacy with webpack --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3