Binbiubiubiu / md-loader

a note for study webpack loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md-loader

个人学习 wepack loader demo

常用工具

  • loader-utils 提供 loader options 和 context 处理的工具
  • schema-utils 提供参数校验工具
  • this.async 异步 loader 返回 callback
  • this.cacheable 是否缓存(默认启用)
  • this.addDependency 添加对外部的依赖

......

About

a note for study webpack loader

License:MIT License


Languages

Language:JavaScript 92.0%Language:HTML 8.0%