diff options
author | Marcin Aman <maman@virtuslab.com> | 2020-07-29 17:32:13 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-08-03 13:47:51 +0200 |
commit | b14e0617a126ed3b8b9256542ce857c060e3e295 (patch) | |
tree | caa9ff76d95027f7262ac6b26679df548774cee4 /plugins/base/frontend/package.json | |
parent | 6e6876e2e9576f1ccd2816bab5c1a5ea7e23409f (diff) | |
download | dokka-b14e0617a126ed3b8b9256542ce857c060e3e295.tar.gz dokka-b14e0617a126ed3b8b9256542ce857c060e3e295.tar.bz2 dokka-b14e0617a126ed3b8b9256542ce857c060e3e295.zip |
Split into files and move svg to external one
Diffstat (limited to 'plugins/base/frontend/package.json')
-rw-r--r-- | plugins/base/frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/base/frontend/package.json b/plugins/base/frontend/package.json index a1bf42c2..4415dd1c 100644 --- a/plugins/base/frontend/package.json +++ b/plugins/base/frontend/package.json @@ -46,6 +46,7 @@ "@jetbrains/stylelint-config": "^2.0.0", "babel-eslint": "^10.0.3", "eslint": "^6.8.0", + "react-svg-loader": "^3.0.3", "sass": "^1.26.3", "sass-loader": "^8.0.2", "stylelint": "^13.3.2", |