-
Notifications
You must be signed in to change notification settings - Fork 51
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
Comments
svg spirit icon能支持么? |
@agileago 有需求就可以考虑支持,不过没这么快,更欢迎pr |
typescript支持多久后发布 |
@Kirk-Wang 预计1月10号左右,有可能更早。支持后,还涉及相关的工程骨架实现,要点时间,不会太久 |
@Kirk-Wang typescript 支持例子参考 egg-vue-webpack-boilerplate 的 typescript分支 和 typescript-egg 分支。typescript 只实现了前端代码的typescript 实现;typescript-egg 支持 node 和前端同时typescript |
koa+webpack 我是使用koa-webpack-dev-middleware 和 koa-webpack-hot-middleware 查了很多资料都显示要将koa的实例 开在node的子线程worker中 不知道能否有例子说明一下 看了网上很多都是只有部分代码 无上感谢 |
这个之前写过,egg-webpack 其实是在 egg 的agent进程里面启动的,这个通过cluster或者childprocess 解决(这个egg内置了多进程机制),另外还有个关键问题就是开发期间 worker进程需要从 agent进程里面的webpack内存读取数据实现。 egg+webpack:http://hubcarl.github.io/easywebpack/vue/dev/ |
关于koa的其实就是要自己写个koa的多进程通信,然后 在 子进程里面 起 webpack koa服务,然后就是 主进程与 webpack koa 子进程 webpack 内存读取 通信实现。 我这边暂时只能提供思路,没时间搞这个,后续可能考虑折腾一下。 |
babel upgrade to 7.x |
supported
no label version , both webpack2 and webpack3 support
plan support
The text was updated successfully, but these errors were encountered: