update: rollup config

* add rollup.ts
* add esbuild register to devdeps
* add rollup plugin dts to devdeps
This commit is contained in:
Braks
2021-08-08 21:36:40 +02:00
parent 156b312336
commit 2653c70334
5 changed files with 590 additions and 624 deletions
+1 -5
View File
@@ -8,9 +8,5 @@ export default defineConfig({
build: {
outDir: 'build'
},
plugins: [
vue(),
vueJsx(),
svgLoader()
]
plugins: [vue(), vueJsx(), svgLoader()]
});