Webpack 2.2.0 rc3 发布了,Webpack 是一款模块加载、打包工具,它能把各种资源,例如JS(含JSX)、coffee、样式(含less/sass)、图片等都作为模块来使用和处理。
更新内容:
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
下载地址:https://github.com/webpack/webpack/archive/v2.2.0-rc.3.zip
来自:开源中国社区

