- JavaScript by Example
- Dani Akash S
- 50字
- 2021-07-02 18:39:11
Plugins in Webpack
Unlike loaders, plugins are used to customize the Webpack build process. There are a lot of plugins that are built into Webpack. They can be accessed by webpack.[plugin-name]. We can also write our own functions as plugins.
For more information on webpack's plugin system, refer to https://webpack.js.org/configuration/plugins/.
推薦閱讀
- Cocos2D-X權威指南(第2版)
- Java 開發從入門到精通(第2版)
- Python for Secret Agents:Volume II
- Boost C++ Application Development Cookbook(Second Edition)
- React Native Cookbook
- OpenCV for Secret Agents
- C語言程序設計
- Creating Stunning Dashboards with QlikView
- Mastering React
- Building Machine Learning Systems with Python(Second Edition)
- 關系數據庫與SQL Server 2012(第3版)
- Getting Started with RethinkDB
- MATLAB/Simulink建模與仿真
- 云原生基礎架構:構建和管理現代可擴展基礎架構的模式及實踐
- Hands-On Android UI Development