Simplify building script

This commit is contained in:
2026-05-02 11:31:16 +02:00
parent 0cc7fc336a
commit da46106779
7 changed files with 105 additions and 307 deletions

View File

@@ -3,7 +3,6 @@
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-loader": "^10.0.0",
"resolve-url-loader": "^5.0.0",
"symlink-webpack-plugin": "^1.1.0",
"vue-loader": "^17.4.2",
"webpack": "^5.99.7",
@@ -15,8 +14,8 @@
"main": "index.js",
"private": true,
"scripts": {
"dev": "webpack --config build/webpack.dev.js",
"prod": "webpack --config build/webpack.prod.js"
"dev": "webpack --config build/webpack.config.js --mode development",
"prod": "webpack --config build/webpack.config.js --mode production"
},
"keywords": [],
"author": "Franzz",
@@ -35,7 +34,6 @@
"sass": "^1.97.2",
"sass-loader": "^16.0.5",
"simplebar-vue": "^2.3.3",
"url-loader": "^4.1.1",
"vue": "^3.3.8",
"vue-style-loader": "^4.1.3"
}