Webpack模块加载打包工具2.5.1免费版是一款模块加载、打包工具,它能把各种资源,例如 JS(含JSX)、coffee、样式(含less/sass)、图片等都作为模块来使用和处理。
更新内容
Webpack 2.5.1 是一个 bug 修复版本:
Fix crash when error happens while watching
Fix hoisting of exports
功能特性
bundles CommonJs and AMD modules. (even combined)
can create a single bundle or multiple chunks loaded on demand, to reduce initial loading time.
dependencies are resolved during compilation reducing the runtime size
loaders can preprocess files while compiling, i. e. coffee-script to javascript
示例代码











