commit
9c24345bdd
|
|
@ -15,7 +15,7 @@ export default defineConfig({
|
|||
minify: false,
|
||||
},
|
||||
viteburner: {
|
||||
watch: [{ pattern: 'src/**/*.{js,ts}', transform: true }, { pattern: 'src/**/*.{script,txt}' }],
|
||||
watch: [{ pattern: 'src/**/*.{js,ts,jsx,tsx}', transform: true }, { pattern: 'src/**/*.{script,txt}' }],
|
||||
sourcemap: 'inline',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue