release: prepare OneNote Tools 0.2.0
This commit is contained in:
@@ -5,6 +5,11 @@ import { defineConfig } from 'vite';
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
plugins: [react()],
|
||||
build: {
|
||||
// Baseline browsers support modulepreload natively. Avoid shipping Vite's
|
||||
// injected runtime polyfill (and an otherwise unnecessary runtime notice).
|
||||
modulePreload: { polyfill: false },
|
||||
},
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
setupFiles: './src/test/setup.ts',
|
||||
|
||||
Reference in New Issue
Block a user