LLwanran / front_end_studying

前端知识要点
https://llwanran.github.io/front_end_studying/
2 stars 1 forks source link

使用过Webpack哪些Loader和Plugin(杭州阿里1面) #16

Open LLwanran opened 5 years ago

LLwanran commented 5 years ago

以下是我平时常用的(只是每样列举大概10个,毕竟数量太多了) ——

Loaders

依赖处理器,拦截依赖项并进行预处理

Plugins

Loader不够用/不好用或者做不到的时候,通过自定义插件来扩展