Restoring previous version of vite.config.ts

This commit is contained in:
Eric van der Vlist 2023-02-09 11:42:11 +01:00
parent e2ef46b612
commit 4b952001c3
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ export default defineConfig(({ command, mode, ssrBuild }) => ({
// or both out to improve performance:
threads: false,
isolate: false,
// plugins: [solidPlugin()],
// resolve: {
// conditions: ['development', 'browser'],
// },
},
build: {
target: 'esnext',