webf
webf copied to clipboard
Add Vite and ES Module support.
Feature type
Others
The spec link.
https://hacks.mozilla.org/2015/08/es6-in-depth-modules/
How much important for you
We needs to add es6 module support for popular front-end build tools, such as vite.
- vue-cli 不维护,小项目将近可以用。
- vite的hotload 是基于 esm 的,可能实现有困难。
- 实现 import 可能需要 quickjs 扩展才能支持。
我看quickjs好像已经支持esm了,这个项目什么时候能支持esm吗
我看quickjs好像已经支持esm了,这个项目什么时候能支持esm吗
是的希望能支持下
什么时候支持呢