You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{defineConfig}from"vite";importsolidPluginfrom"vite-plugin-solid";importdevtoolsfrom"solid-devtools/vite";exportdefaultdefineConfig({plugins: [/* Uncomment the following line to enable solid-devtools. For more info see https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#readme */devtools(),solidPlugin(),],server: {port: 3000,},build: {target: "esnext",},});
vite is gonna crash because it cannot resolve solid-devtools without "type": "module"
The text was updated successfully, but these errors were encountered:
when you uncomment solid-devtools,
vite is gonna crash because it cannot resolve solid-devtools without "type": "module"
The text was updated successfully, but these errors were encountered: