sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.49k stars 79 forks source link

information about how to enable dev mode #11

Closed evdama closed 4 years ago

evdama commented 5 years ago

I think it would be rather helpful for lots of people to add a line to the docs how to enable dev mode when they start from the default svelte or sapper templates. Otherwise they would install this extension an it wouldn't work just because dev: false by default.

scottdotweb commented 4 years ago

Yeah, it took me finding this issue to be aware of dev: true, and then it's barely mentioned in the svelte-loader docs - so I had to scratch my head a bit before understanding that you need to specify it in that loader's options in your Webpack config.

Thanks for this tool!

Svein-Tore commented 1 year ago

Why is this issue closed? I don't know where to set dev:true. Where to add dev:true? That is the question of this issue, and it is not completed @RedHatter

eye-wave commented 11 months ago

Why is this issue closed? I don't know where to set dev:true. Where to add dev:true? That is the question of this issue, and it is not completed @RedHatter

in compiler options. either in a vite plugin or in svelte.config file