diff client/package.json @ 23:c1ef0be0ae3d

Improve build chain In order to improve the build, there is the need to include external asset during build time. The variable `VUE_APP_VENDOR_IMG_PATH` defines the source folder of the vendor images. The destination folder is /web/img/. To improve readability comments to .env.sample variables were added.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 21 Jun 2018 13:39:01 +0200
parents afc0de09231f
children 7ba0a77fd679
line wrap: on
line diff
--- a/client/package.json	Thu Jun 21 12:53:16 2018 +0200
+++ b/client/package.json	Thu Jun 21 13:39:01 2018 +0200
@@ -27,6 +27,7 @@
     "babel-core": "7.0.0-bridge.0",
     "babel-jest": "^23.0.1",
     "concurrently": "^3.5.1",
+    "copy-webpack-plugin": "^4.5.1",
     "node-sass": "^4.9.0",
     "pretty-quick": "^1.6.0",
     "sass-loader": "^7.0.1",