Skip to content

Commit

Permalink
Switch from rollup to vite
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
patrick11514 committed Sep 27, 2024
1 parent fab8fdf commit 5908758
Show file tree
Hide file tree
Showing 5 changed files with 3,845 additions and 5,019 deletions.
4 changes: 3 additions & 1 deletion frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/node_modules/
/public/build/

.DS_Store

# Vite timestamp files
vite.config.mjs.*
Loading

0 comments on commit 5908758

Please sign in to comment.