chencheng (云谦)

Results 248 comments of chencheng (云谦)

> 为了和 webpack 结构 => 解构? Typo, fixed.

@duan602728596 已内置处理了额外插件的 webpack 依赖问题,提 issue 给复现,我排查下具体原因吧。

@zhangchao828 webpack github 上的 release notes 里找找。

@MengShaofei 区块使用效果不佳,功能已暂停,短期不会投入开发。

这个 `public/index.html` dev 用(dev 时不会开 hash 的),build 后通常不会用到静态的 html。之前的 html 生成没处理好,很多反馈,就先下掉了,后面后需求再加上。

那开个 html 的配置项,然后透传给 [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 吧。 e.g. ``` "html": { "template": "./src/index.ejs" } ```

https://github.com/umijs/umi/pull/39

> “出错点击后跳转到 IDE” 这个 IDE如何设置? 不用设置,自动判断的。

你把 sublime 关了,然后开着 webstorm,看下是用什么打开的。

> 有什么办法可以提高dev server速度的么?现在没了dll plugin,启动速度和重新编译速度都很慢。我的项目要半分钟了。原来使用dllplugin的时候是重编速度6-7秒。 按需编译,[umi](https://github.com/umijs/umi) 里有实现。