-
Hi there! I have an issue with the plugin. After configuring my snowpack config and running `snowpack build` it outputs an html file with an object in the path to a hashed js file).
**my snowpack c…
-
SVGR can be configured so the .svg can be used both as a React Component and as a URL. This is the rollup config: https://react-svgr.com/docs/rollup/#using-with-url-plugin
It would be nice to have…
beorn updated
2 years ago
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins. (v3.2.2 & next)
- [x] I use package manager **yarn**
- [x] I run Snowpack on OS **Mac**
- [x] I run Sno…
-
### `npm audit` is broken for front-end tooling by design
Bad news, but it's true. See [here](https://overreacted.io/npm-audit-broken-by-design/) for a longer explanation.
### If you think you f…
-
Hello 👋🏼 recently the `ember-svg-jar` new `hbs` strategy got merged 🎉, native dynamic imports for template only components generated from svgs at build time, thanks @ef4 for the help back then in con…
-
**Describe the bug**
Getting a `ReferenceError: SharedArrayBuffer is not defined` error after `[info] ffmpeg-core.js script loaded`
**To Reproduce**
Simply initialize FFmpeg on Firefox
**Expec…
avi12 updated
3 weeks ago
-
## 🚀 Feature Proposal
I want to have `--watch` flag in `svgr` command. It would listen to file system changes for specified files/directories, similarly to [postcss-cli](https://github.com/post…
-
Spike for the research is 2h.
-
**Is your feature request related to a problem? Please describe.**
In the JavaScript ecosystem, there are many problems that could, in theory, be fixed with custom user-defined module resolution conf…
-
Webpack 5 removes Buffer (see https://webpack.js.org/migrate/5/), effectively breaking this library since it has explicit usages of it in the code.