diff options
author | Vitaly Takmazov | 2018-03-27 22:13:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-27 22:22:35 +0300 |
commit | 13237626f3956d93a91a94bee6fee6aa86134a06 (patch) | |
tree | 50634fdfb2fddc924d60be18886184f49b2f7115 /juick-www/package.json | |
parent | cc551432bf80e4466b92c42a77a094f31408abeb (diff) |
www: spring boot autoconfigured static resources
+ cache busting using Spring
Diffstat (limited to 'juick-www/package.json')
-rw-r--r-- | juick-www/package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/juick-www/package.json b/juick-www/package.json index e2aaa992..512b4f2f 100644 --- a/juick-www/package.json +++ b/juick-www/package.json @@ -15,7 +15,6 @@ "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", - "clean-webpack-plugin": "^0.1.19", "css-loader": "^0.28.11", "eslint": "^4.19.0", "eslint-loader": "^2.0.0", @@ -31,7 +30,6 @@ "uglify-loader": "^2.0.0", "url-loader": "^1.0.1", "webpack": "^4.2.0", - "webpack-asset-pipeline": "^1.1.1", "webpack-cli": "^2.0.12" }, "dependencies": { @@ -39,7 +37,6 @@ "classlist.js": "^1.1.20150312", "element-closest": "^2.0.2", "evil-icons": "^1.9.0", - "killy": "file:src/main/js/killy", "url-search-params-polyfill": "^3.0.0", "whatwg-fetch": "^2.0.3" } |