feat: copy default theme css file separately to dist

* to enable overwriting the default theme export it separately
* add rollup plugin copy for copying the css file

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-06 15:42:05 +01:00
parent 1b0602dcce
commit 066155b9f7
6 changed files with 104 additions and 14 deletions
+1
View File
@@ -56,6 +56,7 @@
"np": "^7.5.0",
"postcss-nested": "^5.0.6",
"prettier": "^2.4.1",
"rollup-plugin-copy": "^3.4.0",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.4.12",
"vite": "^2.6.10",