-
### 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 **Mac**
- [x] I run Snowpack on Node.j…
-
## CVE-2021-44907 - Medium Severity Vulnerability
Vulnerable Library - qs-6.9.7.tgz
A querystring parser that supports nesting and arrays, with a depth limit
Library home page: https://registry.npmj…
-
### 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 v14.16…
-
### What problem does this feature solve?
Webpack can be complicated. Vue does a great job of mitigating this issue by providing an accessible interface via Webpack Chain, but perhaps more could be d…
-
Hello! Would you be open to a pull request adding an ESM bundle? This would require roughly two changes:
1) add a build script `build:esm`, building the project using a slightly modified `tsconfig.…
-
# Bug report
**What is the current behavior?**
Webpack incorrectly compiles `x?.value` to `(something).value` when `x` is something that's been imported.
**If the current beha…
-
I'm trying to use this amazing plugin with Snowpack (`npx create-snowpack-app svelte-snowpack --template @snowpack/app-template-minimal`).
I'm getting this error at runtime:
```
Uncaught Syntax…
-
## CVE-2021-44906 - High Severity Vulnerability
Vulnerable Library - minimist-1.2.5.tgz
parse argument options
Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz
Path to dep…
-
Despite using the `eagerESModules` option for the `relay-compiler` the generated code requires `require` calls.
The following function is responsible for this: https://github.com/facebook/relay/blo…
-
> **Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:**
> 1. You might have mismatching versions of Re…