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 Plugin的使用教程及常用的plugin[入门篇] #3

Open
lengziyu opened this issue Aug 10, 2016 · 0 comments
Open

webpack Plugin的使用教程及常用的plugin[入门篇] #3

lengziyu opened this issue Aug 10, 2016 · 0 comments

Comments

@lengziyu
Copy link
Owner

lengziyu commented Aug 10, 2016

插件可以完成更多 loader 不能完成的功能,插件的使用一般是在 webpack 的配置信息 plugins 选项中指定,Webpack 本身内置了一些常用的插件,还可以通过 npm 安装第三方插件。

plugins: [
     //your plugins list
 ]
@lengziyu lengziyu changed the title webpack常见问题及解决方法汇总 webpack Plugin的使用教程及常用的plugin[入门篇] Aug 10, 2016
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