-
**Original Discussion:** https://www.pika.dev/npm/snowpack/discuss/308
/cc @jhfbosman, @FredKSchott
Right now, we hardcode that your dependencies live at "/web_modules/" in your deployed applicati…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.5.10-51-g7617109
ORIGIN: https://github.com/Homebrew/brew
HEAD: 7617109d43060aa0225f774bad9971bcbd166e15
Last commit: 10 minutes ago
Core tap…
-
### Describe the bug
Vite HMR breaks when modifying React context provider
Related: https://github.com/vitejs/vite-plugin-react/issues/24
### Reproduction
[selrond/vite-rea…
-
Test with a clean install
![npx factor start](https://user-images.githubusercontent.com/2803210/97147125-f86e0500-17a3-11eb-9da3-db6e2805828c.png)
I tested in the development environment with --…
-
wasm-pack is not getting maintenance anytime soon and is broken in many ways :/
As I understand, wasm-bindgen is a bit more low level so it might require additional effort but is partially maintai…
-
How do I do that correctly?
I tried:
```html
@import '@material/button/mdc-button.scss';
```
But not all mixins are being imported from inside the file...
-
With Snowpack basically EOL, it should be replaced with something maintained. Current trends are pointing to Vite. I'd also like to remove the poorly-maintained `wasm-pack` and replace with direct usa…
-
**What version of Tailwind CSS are you using?**
v3.0.0 (but the bug was present before, when enabling JIT)
**What build tool (or framework if it abstracts the build tool) are you using?**
…
-
## Search Terms
.ts
suffix
imports
extension
## Suggestion
Typescript doesn't recognize file imports with ```.ts``` suffix.
Allow voluntary ```.ts``` to be added to import paths.
## Use Case…
-
**Original Discussion:** https://www.pika.dev/npm/snowpack/discuss/257
/cc @1player, @FredKSchott
> snowpack dev is great in some cases, but with some server-side frameworks actually creating and …