Merge branch 'cw/review-tab-performance' into cw-merge-1772826318787
This commit is contained in:
@@ -16,6 +16,11 @@ export default defineConfig({
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
worker: {
|
||||
// ES module workers are required when the app uses code-splitting (Rollup
|
||||
// can't bundle IIFE workers alongside dynamic imports).
|
||||
format: "es",
|
||||
},
|
||||
server: {
|
||||
watch: {
|
||||
ignored: ['**/routeTree.gen.ts'],
|
||||
|
||||
Reference in New Issue
Block a user