feat: inject necessary styles directly to bundle

* add vite plugin css injected by js

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-17 09:33:21 +01:00
parent 688c0954e4
commit 074d284a8e
3 changed files with 8 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.4.12",
"vite": "^2.6.10",
"vite-plugin-css-injected-by-js": "^1.0.1",
"vite-svg-loader": "^2.2.0",
"vue": "^3.2.21",
"vue-router": "^4.0.12",