billfeller.github.io icon indicating copy to clipboard operation
billfeller.github.io copied to clipboard

webpack使用手册——DefinePlugin 与 EnvironmentPlugin

Open billfeller opened this issue 6 years ago • 0 comments

TODO: 文章

DefinePlugin 原理

https://webpack.js.org/plugins/define-plugin/

DefinePlugin 用法

DefinePlugin 源码解读

https://github.com/webpack/webpack/blob/master/lib/DefinePlugin.js?source=cc

EnvironmentPlugin 原理

https://webpack.js.org/plugins/environment-plugin/

EnvironmentPlugin 用法

EnvironmentPlugin 源码解读

https://github.com/webpack/webpack/blob/master/lib/EnvironmentPlugin.js

billfeller avatar Apr 09 '18 09:04 billfeller