-
Right after the script for typescript if I try to use:
```js
`${import.meta.env.SOME_ENV}`
```
I'm getting this error:
`The 'import.meta' meta-property is only allowed when the '--module' o…
-
## Changes
Currently our `test/esinstall/*` tests are testing through the Snowpack interface when we could use esinstall’s Node API directly. Let’s update these tests to either move them into `test…
-
It seems like it's not looking in the `node_modules` dir for the ts config for some reason (I replaced my absolute CWD with `.` in the error output).
This is with `v0.9.0` (which doesn't seem to be…
-
Hi,
i've integrated `svelte-materialify` into my test app using the complete import with `from svelte-materialify`. It's working without a problem.
After that i tried to import the src directly f…
SuPuL updated
3 years ago
-
For some reason web-test-runner places files like `myComponent.css.proxy.js` in the final coverage report. But when trying to open that file I get the following error:
```
Unable to lookup source: *…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager **\_\_\_\_** (Fill in: npm, yarn, pnpm, etc).
- [x] I run Snowpack on OS **\…
-
Soon (April), it’s time to switch to ESM (without CJS backup) for all packages in the ecosystem.
That’s a lot of projects switching over, and a round of majors that bubbles from the bottom through to…
-
I get this when I try to load the `hn.svelte.dev` example:
![Screenshot from 2020-12-15 21-49-56](https://user-images.githubusercontent.com/322311/102310338-a9308f00-3f1f-11eb-81f3-efbc39a4703a.png…
-
**Describe the bug**
For a project add:
#### package.json
```
"postcss": "^8.2.2",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0"
"@snowpack/plugin-postcss": "^1.0.11",
"auto…
-
hello. I came here because npm warn showed:
```
npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
```
…