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.45k stars 77 forks source link

svelte-devtools not working with svelte-webpack-template #31

Closed Carlosxell closed 4 years ago

Carlosxell commented 4 years ago

Describe the bug I'm creating a new Svelte template (https://github.com/Carlosxell/svelte-base) based in webpack template for Svelte (https://github.com/sveltejs/template-webpack), but with some differences to work with routes and others stuffs for default....and the svelte-devtools don't work as should be.... I want to know what is the config i should do to svelte-devtools recognize the application as in development mode, because i want to put svelte-devtools as one of the default packages

To Reproduce Steps to reproduce the behavior:

  1. Just have the svelte-devtools installed
  2. Clone the repo(https://github.com/Carlosxell/svelte-base)
  3. Install packages with npm or yarn
  4. go to terminal and call the comand 'npm run dev' or 'yarn dev'