fix(core): remove ts-transform-paths and use relative paths

This commit is contained in:
braks
2023-12-12 23:36:33 +01:00
committed by Braks
parent 0506f6ff93
commit 458b5d42ba
48 changed files with 112 additions and 151 deletions
-3
View File
@@ -50,7 +50,6 @@
"*.css"
],
"scripts": {
"prepare": "ts-patch install -s",
"dev": "pnpm types:watch & pnpm build:watch",
"build": "vite build && vite build -c vite.config.iife.ts",
"build:watch": "vite build --watch & vite build -c vite.config.iife.ts --watch",
@@ -84,8 +83,6 @@
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-nested": "^6.0.1",
"ts-patch": "^3.0.2",
"typescript-transform-paths": "^3.4.6",
"vite": "^4.4.11",
"vue-tsc": "^1.8.16"
},