-
Greetings all,
I am trying to use `@web/test-runner` as my test runner on top of `snowpack`.
So far I am successful with `@web/test-runner-playwright` to launch a headless browser to run my tests.…
-
**Describe the bug**
I'm trying to use DataStore and getting this error. This is my code:
```
import { DataStore } from '@aws-amplify/datastore';
import { Election } from '../../models';
D…
-
Error when import SASS partials :
only when using `snowpack dev`
snowpack think `partial.scss` is a module for some reason when read an .SCSS file that contain `@import 'partial.scss';`
full st…
-
Edit: I feel dumb for reporting this now - I found a trailing `;` in my `snowpack.config.mjs` file. Closing...
### Bug Report Quick Checklist
`npx create-snowpack-app --template @snowpack/app-…
-
I know recently, Maintainers of Create React App are [working during their "FreeTime"](https://github.com/facebook/create-react-app/discussions/11086#discussioncomment-956516). Thanks all time @mrmcke…
-
Consider we have flowing projext:
```
|-dir1
|--foo.svg
|-dir2
|--bar.svg
```
and we have this configration of snowpack:
```
// snowpack.config.json
{
"plugins": [
"snowpack-plugin…
-
I keep running into this error. It complains that a common dependency such as "react-dom" is missing in the cache. When I check the `.cache` folder, I see that it's indeed missing. Sometimes this fold…
-
## Describe the bug
Some interaction between the packages `@material-ui/core@4.11.0`, `@material-ui/icons@4.9.1` and `@material-ui/pickers@4.0.0-alpha.12` leads to a chunk being generated which exp…
-
**Describe the bug**
when using the following configuration:
```
module.exports = {
mount: {
public: '/',
src: '/_dist_',
},
installOptions: {
polyfillNode: true,
s…
-
Right now these two plugin methods do essentially the same thing, but with the limitation that there can only ever be one `build()` per file type (and that build is able to transform file types).
W…