⬆️ 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
+3 -1
View File
@@ -3,8 +3,10 @@ import solidPlugin from 'vite-plugin-solid';
export default defineConfig({
plugins: [solidPlugin()],
server: {
port: 3000,
},
build: {
target: 'esnext',
polyfillDynamicImport: false,
},
});