-
When running this svelte component
```svelte
import { onMount } from "svelte";
onMount(() => {});
Hi
```
I'm getting
```
ReferenceError: exports is not defined
at eval (/…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager - yarn
- [x] I run Snowpack on OS Mac.
- [x] I run Snowpack on Node.js v12+…
-
**Description**
When typing around highlighted words, characters are inserted twice.
**Recording**
![ezgif com-gif-maker (1)](https://user-images.githubusercontent.com/2987087/129158609-339a7ce…
-
# 🐛 bug report
react v17+ removes the need for `import React from "react";` statements but looks like the zero-config of Parcel doesn't work with it.
## 🎛 Configuration (.babelrc, package.json, …
cseas updated
3 years ago
-
-
Hi! I tried to deploy my app to Netlify, but it failed with the following error:
```
$ npm run build
> @ build /opt/build/repo/ui
> snowpack build
/opt/build/repo/ui/node_modules/@jadex/snowpack-…
-
### Background & Motivation
I want my editor to be able to provide feedback about whether I have invalid configs for these files.
### Proposed Solution
### Possible solutions
Submit a schema to ht…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager NPM
- [x] I run Snowpack on OS Windows10
- [x] I run Snowpack on Node.js v1…
-
**Is your feature request related to a problem? Please describe.**
Yes. Trying to use anything but `html` for your markup doesn't quite work at the moment.
I've been trying to develop a [Pug plugi…
-
When setting fresh project up with `npx degit sveltejs/template overmind` and then installing `overmind` and `overmind-svelte` and following the tutorial on `https://overmindjs.org/views/svelte` i get…