Skip to content
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

webpack 完全教程-01-介绍 #57

Open
GuoYongfeng opened this issue Jul 24, 2016 · 0 comments
Open

webpack 完全教程-01-介绍 #57

GuoYongfeng opened this issue Jul 24, 2016 · 0 comments

Comments

@GuoYongfeng
Copy link
Member

GuoYongfeng commented Jul 24, 2016

介绍

webpack是一款强大的模块加载器兼打包工具,它能把各种资源,例如JS(含JSX)、coffee、样式(含less/sass)、图片等都作为模块来使用和处理。

webpack

webpack有什么特别之处

  • 插件plugins:rich plugins & flexible
  • 构建性能Performance: async I/O
  • 加载器Loaders: bundle any static resource
  • 对模块的支持Support: supports AMD and CommonJs module styles & support most existing libraries.
  • 代码拆分Code Splitting: split your codebase into chunks
  • 性能优化Optimizations: can do many optimizations to reduce the output size & handle request caching
  • 开发者工具Development Tools: SourceMaps & development middleware & development server
  • 多端适用Multiple targets: web & node.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant