Webpack学习笔记一:What is webpack
 

#,Loaders干嘛的,webpack can only process JavaScript natively, but loaders are used to transform other resources into JavaScript
#,Plugin System,webpack features a rich plugin system. Most internal features are based on this plugin system

提问:
    我想知道Loaders和Plugin的区别,他们各有什么不同?是否有功能上的交叉?然后怎么写一个Loader?又怎么写一个Plugin?
    
    留待后续分解。






相关文章:

  • 2022-03-07
  • 2021-09-18
猜你喜欢
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
相关资源
相似解决方案