-
- [ ] ~~files~~ ->won´t be part of version 1.0 of the plugin
- [x] infiltration types
- [ ] ~~evaporation~~ ->won´t be part of version 1.0 of the plugin
- [ ] ~~temperature~~ won´t be part of ve…
-
## Background
Create Snowpack App has come a long way, and we now have 10+ official templates and many more community ones. As our community & ecosystem have grown, we've run into a few problems:
…
-
All of my sources fail with an esprima error similar to:
```
Error parsing ecma script with file: /Users/jcorbin/borkshop-js/packages/jspit/build/ui.js Error: Line 9: Unexpected token .
at E…
-
**The problem that you want to solve.**
I have an existing project that uses webpack that I would like to move over to snowpack. There are some customizations to it and it is hard to figure out how t…
-
![](https://static.vue-js.com/8ed8d520-b1a4-11eb-85f6-6fac77c0c9b3.png)
## 一、模块化工具
模块化是一种处理复杂系统分解为更好的可管理模块的方式
可以用来分割,组织和打包应用。每个模块完成一个特定的子功能,所有的模块按某种方法组装起来,成为一个整体(`bundle`)
在前端领域中,并非只有`we…
-
**Original Discussion:** https://github.com/pikapkg/snowpack/discussions/1081#discussioncomment-82689
**/cc** @yukulele
> due to this line in the build: https://github.com/pikapkg/snowpack/blob/e2…
-
I have defined paths in my tscongif that i can import from src subfolders like "components", "containers"
```
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["src/*"]
}
…
-
### Quick checklist
- [X] I am using the **latest version of Snowpack** and all plugins.
### What package manager are you using?
yarn (though tried a sample with npm as well)
### What operating sy…
-
please prove HMR not working
-
# js打包时间缩短90%,bundleless生产环境实践总结
------
最近尝试将bundleless的构建结果直接用到了线上生产环境,因为bundleless只会编译代码,不会打包,因此构建速度极快,同比bundle模式时间缩短了90%以上。得益于大部分浏览器都已经支持了http2和浏览器的es module,对于我们没有强兼…