Closed pauloffb closed 3 years ago
In order for the extension to work with svelte-loader > 3 with webpack I had to change config to
Change webpack config to:
options: { compilerOptions: { dev: true, }, },
Don't know if there are unexpected side effects though.
In order for the extension to work with svelte-loader > 3 with webpack I had to change config to
Change webpack config to:
Don't know if there are unexpected side effects though.