-
I recently had a need to alias 2 different versions of the same package like this:
```json
"snowpack2": "npm:snowpack@2",
"snowpack3": "npm:snowpack@3",
```
But as you can see the plu…
-
### Quick checklist
- [X] I am using the **latest version of Snowpack** and all plugins.
### What package manager are you using?
npm
### What operating system are you using?
Windows
### Describe…
-
Hi.
I'm trying to migrate our web application into snowpack using CSA React template but I got a weird error that I couldn't find any solution for it.
Currently, we're using [Reactboilerplate](https…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager **npm** (Fill in: npm, yarn, pnpm, etc).
- [x] I run Snowpack on OS **Linux*…
-
From #1:
> The issue seems to be in how the snowpack optimize.bundle flag interacts with this plugin. In particular, this plugin sets a mount section with static: true for the wasm-pack output, which…
-
We need to identify the critical requirements for an element-js build.
Which Babel-Plugins are really needed ?
We need to document the css part (post-css, postcss-import) as we "support".
Its p…
-
### Quick checklist
- [X] I am using the **latest version of Snowpack** and all plugins.
### What package manager are you using?
yarn berry
### What operating system are you using?
Wind…
-
After adding plugin, snowpack started generating backslashes ('\\') instead of slashes ('/') in module paths. And now I have 'Failed to resolve module' error
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager **yarn** (Fill in: npm, yarn, pnpm, etc).
- [x] I run Snowpack on OS **Mac**…
-
Hi, I've been trying to make sqlite3 work on the react-typescript example ([(link)](https://github.com/karolis-sh/electron-snowpack/tree/main/examples/react-typescript)) and it doesn't seem to work, h…