diff options
author | Vitaly Takmazov | 2019-10-23 12:20:37 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-23 12:20:37 +0300 |
commit | 40c7ecc9d502bd73f51a0b944214ad0c8e56da1f (patch) | |
tree | 715ac1ec48faefe72bd821aa418de5b790bda3d5 /package.json | |
parent | e728f7bb5cd0fc644b446f3343d368f7b6ea37b4 (diff) |
Load icons from external SVG
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index cbc043f5..39243305 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "eslint": "6.5.0", "eslint-loader": "3.0.2", "eslint-plugin-only-ascii": "0.0.0", + "file-loader": "^4.2.0", "mini-css-extract-plugin": "^0.8.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-loader": "^3.0.0", @@ -48,6 +49,7 @@ "element-closest": "3.0.1", "evil-icons": "^1.10.1", "formdata-polyfill": "^3.0.19", + "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.7", "whatwg-fetch": "^3.0.0" } |