webf icon indicating copy to clipboard operation
webf copied to clipboard

Add Vite and ES Module support.

Open andycall opened this issue 2 years ago • 4 comments

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.

andycall avatar Nov 17 '22 15:11 andycall

  1. vue-cli 不维护,小项目将近可以用。
  2. vite的hotload 是基于 esm 的,可能实现有困难。
  3. 实现 import 可能需要 quickjs 扩展才能支持。

suyulin avatar Dec 09 '22 08:12 suyulin

我看quickjs好像已经支持esm了,这个项目什么时候能支持esm吗

Wyatex avatar Jan 30 '24 07:01 Wyatex

我看quickjs好像已经支持esm了,这个项目什么时候能支持esm吗

是的希望能支持下

651016236 avatar Mar 04 '24 03:03 651016236

什么时候支持呢

996666925 avatar Mar 06 '24 10:03 996666925