Skip to content

Commit 5908758

Browse files
committed
Switch from rollup to vite
Vue plugin with Rollup typescript plugin only worked when rollup-plugin-typescript2 was used, but this plugin was broken in watch mode, where old code was cached and doesn't update, unless the watch mode was restarted: ezolenko/rollup-plugin-typescript2#433 (comment)
1 parent fab8fdf commit 5908758

File tree

5 files changed

+3845
-5019
lines changed

5 files changed

+3845
-5019
lines changed

frontend/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/node_modules/
2-
/public/build/
32

43
.DS_Store
4+
5+
# Vite timestamp files
6+
vite.config.mjs.*

0 commit comments

Comments
 (0)