⬆️ update dependencies to latest

This commit is contained in:
Alexandre Mouton-Brady
2022-07-14 11:56:12 +02:00
parent 492c5a21b0
commit ed0772c518
41 changed files with 5825 additions and 5552 deletions
+4 -2
View File
@@ -6,6 +6,9 @@ import solidPlugin from 'vite-plugin-solid';
export default defineConfig({
plugins: [solidPlugin()],
server: {
port: 3000,
},
test: {
environment: 'jsdom',
globals: true,
@@ -25,9 +28,8 @@ export default defineConfig({
},
build: {
target: 'esnext',
polyfillDynamicImport: false,
},
resolve: {
conditions: ['development', 'browser'],
}
},
});