We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I enabled dev within compilerOptions, but it does not seem like it does get enabled.
dev
compilerOptions
To Reproduce Steps to reproduce the behavior:
const result = await build({ plugins: [ pnpPlugin(), sveltePlugin({ compilerOptions: { dev: true, }, preprocess: sveltePreprocess(), }), ],
Expected behavior Expected the browser-plugin to be able to connect.
Screenshots I get this message:
To connect to Svelte perform a hard refresh (ctrl+F5) or click here. Not working? Did you... Use Svelte version 3.12.0 or above? Build with dev mode enabled?
To connect to Svelte perform a hard refresh (ctrl+F5) or click here.
Not working? Did you... Use Svelte version 3.12.0 or above? Build with dev mode enabled?
Environment (please complete the following information):
Additional context I checked if the problem was related to sveltejs/svelte-devtools#69 but the problem also exists with version 96 and 97 of Chromium.
versions: Chromium: 96.0.4664.110 Arch Linux
"svelte": "^3.46.4", "svelte-inview": "^2.1.1", "@tsconfig/svelte": "^3.0.0", "esbuild-svelte": "^0.6.3", "eslint-plugin-svelte3": "^3.4.1", "prettier-plugin-svelte": "^2.6.0", "svelte-preprocess": "^4.10.4", "svelte-preprocess-sass": "^2.0.1",
The text was updated successfully, but these errors were encountered:
This magically resolved itself.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I enabled
dev
withincompilerOptions
, but it does not seem like it does get enabled.To Reproduce
Steps to reproduce the behavior:
dev
under compilerOpptuions:Expected behavior
Expected the browser-plugin to be able to connect.
Screenshots
I get this message:
Environment (please complete the following information):
Additional context
I checked if the problem was related to sveltejs/svelte-devtools#69 but the problem also exists with version 96 and 97 of Chromium.
versions:
Chromium: 96.0.4664.110 Arch Linux
The text was updated successfully, but these errors were encountered: