-
Hello there, please let me know if this is the appropriate repository.
I'm trying a snowpack project and when I install my dependencies using pnpm I get this output
```
WARN @babel/plugin-pro…
-
As we continue to make the Webpack configuration in Bridgetown better out of the box, it highlights the need to allow existing sites' configurations to be upgraded. I shouldn't have to spin up a new …
-
### Reproduction
Hello,
I currently try to setup a project, where I want to use an internal library, which is heavily relying on react. I setup the project both with rollup and snow pack an…
-
```js
{
jsxInject: `import React from 'react'`,
loader: 'jsx',
...
}
```
-
**Problem**
- Snowpack 3.0 version has been updated. It runs normally in development mode, but an error occurs when building.
However, since the optimize attribute is removed, it runs normally.
Wha…
-
**Describe the bug**
Initializing a project does not include `vite`
**To Reproduce**
```bash
npm init svelte@next
```
```json
{
"name": "sk-35",
"version": "0.0.1",
"scripts": {
"d…
-
```
TypeError: Cannot read property 'env' of undefined
at Object.config (D:\projects\partyfy\partyfy-ex\node_modules\snowpack-plugin-web-ext\dist-src\index.js:51:60)
at D:\projects\partyfy\…
-
Run on window system, I Got an error
node: 12.16.1
window10
error:
Value "\" must be a URL path, and start with a "/"
[electron-snowpack] �🚨 An unexpected error has occurred!
It seems that the…
-
I could not `preserveLocalState` to work in my svelte plugin
```
plugins: [
[
'@snowpack/plugin-svelte', { hmrOptions: { preserveLocalState: false } } // This is ignored
],
…
-
Seeing this new error after an upgrade from `next.1`
```(node:90246) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings …