-
Snowpack 3.0 just released and it's pretty exciting how it pushes frontend dev forward: https://www.snowpack.dev/posts/2021-01-13-snowpack-3-0
I'd like to implement a plugin for Snowpack, similar t…
-
Thanks @karolis-sh for your work on trying to bring snowpack to Electron app development!
The `alias` config option from `snowpack.config.js` does not seem to be respected in both renderer and main…
nurbo updated
3 years ago
-
#586 and #603 highlight an interesting question. If a component nests another component that was compiled with a previous version of Svelte...
```html
// node_modules/some-component-librar…
-
**Is your feature request related to a problem? Please describe.**
Snowpack has been a long requested integration for HMR, but there still are weird quirks with it that cause frustrating issues durin…
ghost updated
3 years ago
-
### Bug Report: Quick Checklist
- [x] I am on the latest version of Astro & all plugins.
- [x] I am on an ESM Node.js version v14.13.1+
- [x] I use package manager: npm
- [x] I run Astro on OS: …
-
**The problem that you want to solve.**
A quick, clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Plugin hook to execute any command or code after the serve…
-
Using just released snowpack 3.0, I did:
```
npx create-snowpack-app svelte-test --template @snowpack/app-template-svelte
```
I did `yarn start` to verify it works.
I then enabled streaming …
-
I've stumbled on an compatibility issue with the [broadcast-channel](https://github.com/pubkey/broadcast-channel) package and [snowpack](https://snowpack.dev). I've already opened a discussion about t…
-
Vue3、ESM、TS、Vite
好像是 /@modules/@antv/util/lib/index.js 的 ES module 导出有问题
- **G6 Version**: 最新版
- **Platform**: macOS
- **Mini Showcase(like screenshots)**: https://github.com/Auxxxxlx/animated-…
-
### 🧐 问题描述
snowpack 项目在集成pro-layout 无法运行,在集成antd 能正常运行。并且已安装对应插件
plugins: ['@snowpack/plugin-react-refresh', '@snowpack/plugin-dotenv','snowpack-plugin-less'],
[snowpack] ! building depende…