- 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/.
推薦閱讀
- Learning Java Functional Programming
- jQuery Mobile Web Development Essentials(Third Edition)
- Bootstrap Site Blueprints Volume II
- Java編程指南:基礎知識、類庫應用及案例設計
- Getting Started with PowerShell
- Vue.js 3.0源碼解析(微課視頻版)
- 深入淺出RxJS
- Oracle JDeveloper 11gR2 Cookbook
- 利用Python進行數據分析(原書第3版)
- Serverless computing in Azure with .NET
- Solr Cookbook(Third Edition)
- Programming with CodeIgniterMVC
- Node.js實戰:分布式系統中的后端服務開發
- HikariCP數據庫連接池實戰
- Google Maps JavaScript API Cookbook