Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easywebpack feature list #8

Open
25 of 27 tasks
hubcarl opened this issue Sep 14, 2017 · 10 comments
Open
25 of 27 tasks

easywebpack feature list #8

hubcarl opened this issue Sep 14, 2017 · 10 comments

Comments

@hubcarl
Copy link
Collaborator

hubcarl commented Sep 14, 2017

supported

no label version , both webpack2 and webpack3 support

plan support

  • typescript
  • image sprites
  • egg + element full project
  • egg + ant design full project
@hubcarl
Copy link
Collaborator Author

hubcarl commented Sep 27, 2017

@agileago
Copy link

svg spirit icon能支持么?

@hubcarl
Copy link
Collaborator Author

hubcarl commented Dec 27, 2017

@agileago 有需求就可以考虑支持,不过没这么快,更欢迎pr

@Kirk-Wang
Copy link

typescript支持多久后发布

@hubcarl
Copy link
Collaborator Author

hubcarl commented Dec 29, 2017

@Kirk-Wang 预计1月10号左右,有可能更早。支持后,还涉及相关的工程骨架实现,要点时间,不会太久

@hubcarl
Copy link
Collaborator Author

hubcarl commented Jan 11, 2018

@Kirk-Wang typescript 支持例子参考 egg-vue-webpack-boilerplate 的 typescript分支 和 typescript-egg 分支。typescript 只实现了前端代码的typescript 实现;typescript-egg 支持 node 和前端同时typescript

@wjj5728
Copy link

wjj5728 commented Jan 11, 2018

koa+webpack 我是使用koa-webpack-dev-middleware 和 koa-webpack-hot-middleware 查了很多资料都显示要将koa的实例 开在node的子线程worker中 不知道能否有例子说明一下 看了网上很多都是只有部分代码 无上感谢

@Testerdana
Copy link

Testerdana commented Jan 14, 2018

这个之前写过,egg-webpack 其实是在 egg 的agent进程里面启动的,这个通过cluster或者childprocess 解决(这个egg内置了多进程机制),另外还有个关键问题就是开发期间 worker进程需要从 agent进程里面的webpack内存读取数据实现。

egg+webpack:http://hubcarl.github.io/easywebpack/vue/dev/

@Testerdana
Copy link

关于koa的其实就是要自己写个koa的多进程通信,然后 在 子进程里面 起 webpack koa服务,然后就是 主进程与 webpack koa 子进程 webpack 内存读取 通信实现。 我这边暂时只能提供思路,没时间搞这个,后续可能考虑折腾一下。

@superlbr
Copy link

babel upgrade to 7.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants