发布于 2016-12-30 23:49:10 | 103 次阅读 | 评论: 0 | 来源: 网友投递
Webpack 模块绑定器
webpack 是一个模块绑定器,主要目的是在浏览器上绑定 JavaScript 文件。
Webpack 2.2.0 rc3 发布了,
更新内容:
bug 修复
fixes chunk loading in old IEs
fixes error which prevented using arrow functions in require.ensure
fixes bug when passing function to rules.use
fixes bug for --progress
output
fixes bug with export *
and non-harmony modules
fixes bug when removing assets from the compilation
下载地址: