Restoring previous version of vite.config.ts
This commit is contained in:
parent
e2ef46b612
commit
4b952001c3
|
@ -42,10 +42,6 @@ export default defineConfig(({ command, mode, ssrBuild }) => ({
|
||||||
// or both out to improve performance:
|
// or both out to improve performance:
|
||||||
threads: false,
|
threads: false,
|
||||||
isolate: false,
|
isolate: false,
|
||||||
// plugins: [solidPlugin()],
|
|
||||||
// resolve: {
|
|
||||||
// conditions: ['development', 'browser'],
|
|
||||||
// },
|
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
target: 'esnext',
|
target: 'esnext',
|
||||||
|
|
Loading…
Reference in New Issue