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 loader 和 plugin 的区别 #36

Open
shaodahong opened this issue May 27, 2020 · 0 comments
Open

Webpack loader 和 plugin 的区别 #36

shaodahong opened this issue May 27, 2020 · 0 comments
Labels

Comments

@shaodahong
Copy link
Owner

shaodahong commented May 27, 2020

Plugin

类型

(compiler) => {} | { apply: (compiler) => {} }

Loader

类型

string

some-loader | <path>/loader.js 两者之一

@shaodahong shaodahong changed the title webpack loader 和 plugin 的区别 Webpack loader 和 plugin 的区别 May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant