diff client/package.json @ 1671:89b38d7e7b6a

included bundleanalyzer buildstep
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 24 Dec 2018 13:58:01 +0100
parents 1fde2f48977b
children 70573eea890e
line wrap: on
line diff
--- a/client/package.json	Mon Dec 24 13:30:57 2018 +0100
+++ b/client/package.json	Mon Dec 24 13:58:01 2018 +0100
@@ -11,6 +11,7 @@
     "run:both": "concurrently \"../cmd/gemma/gemma\" \"vue-cli-service serve\"",
     "serve": "VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service serve",
     "build": "VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service build",
+    "analyze": "ANALYZE=true vue-cli-service serve",
     "lint": "vue-cli-service lint",
     "test:unit": "vue-cli-service test:unit",
     "test:e2e": "vue-cli-service test:e2e"