X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.app.geo.js%2Fpackage.json;h=c3cebcff88fd43e37389f2a96743f83957aae273;hb=9f938815994b335b62368fb8e8d911b79b6a453c;hp=a8ed7c3006955fdc8346fc3896babbf937ce5f4f;hpb=1bf9b9ce4e4c9cf6ff6970d31b411fca63644003;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.app.geo.js/package.json b/org.argeo.app.geo.js/package.json index a8ed7c3..c3cebcf 100644 --- a/org.argeo.app.geo.js/package.json +++ b/org.argeo.app.geo.js/package.json @@ -4,14 +4,15 @@ "description": "", "private": "true", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "webpack" + "build": "webpack --config webpack.dev.js", + "build-prod": "webpack --config webpack.prod.js" }, "keywords": [], "author": "", "license": "GPL", "devDependencies": { "css-loader": "^6.8.1", + "css-minimizer-webpack-plugin": "^5.0.1", "html-webpack-plugin": "^5.5.3", "mini-css-extract-plugin": "^2.7.6", "npm-check-updates": "^16.13.2",