-
Snowpacks plugin-run-script seems buggy:
- Not running script before build (e.g., https://github.com/withastro/snowpack/issues/3095)
- Not killing child processes (e.g., https://github.com/sindresor…
-
Wrapping components to mobx's 'observer' (that wrap them in React.memo) prevents hmr to work
```
"@snowpack/plugin-react-refresh": "^2.0.3",
"@snowpack/app-scripts-react": "^1.9.0",
…
-
I am getting the following error when trying run `web-test-runner \"src/**/*.test.tsx\" --node-resolve`
![image](https://user-images.githubusercontent.com/15724285/118736140-70466e80-b85f-11eb-9cb0…
-
### 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 Linux
- [x] I run Snowpack on Node.js v12+
…
-
While trying to use local font files in my CSS, I run into an UnhandledPromiseRejectionWarning:
```
(node:40405) UnhandledPromiseRejectionWarning: Error: Can't resolve '/fonts/Inter-SemiBold.woff2…
-
Getting the below error while running build using `yarn build`
```
Require stack:
yarn run v1.22.4
$ snowpack build
Error: Cannot find module 'fs/promises'
- /Users/rajasegarchandran/www/gli…
-
TL;DR
I get a build error when I added some static JS/CSS to my public folder, namely Leaflet.js.
I created a barebones repo to demonstrate at https://github.com/bdombro/tmp-preact-snowpack-barebo…
-
### Quick checklist
- [X] I am using the **latest version of Snowpack** and all plugins.
### What package manager are you using?
npm (7.20.5)
### What operating system are you using?
Linux (Pop O…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- snowpack - `3.2.2` (or `3.3.5`)
- @snowpack/plugin-vue - `2.3.0`
- [x] I use package manager …
-
Hey @SilverMira just tried to setup snowpack with your plugin to our existing angular application (quite big codebase, with some custom tooling and setup)
First of all really thanks for your job. …