https://github.com/debbl/learn-webpack-notes
学习 Webpack 笔记
https://github.com/debbl/learn-webpack-notes
Last synced: about 2 months ago
JSON representation
学习 Webpack 笔记
- Host: GitHub
- URL: https://github.com/debbl/learn-webpack-notes
- Owner: Debbl
- Created: 2022-01-05T13:39:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T23:41:46.000Z (over 1 year ago)
- Last Synced: 2026-04-22T20:33:12.617Z (2 months ago)
- Language: JavaScript
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 学习 Webpack
#### 01_webpack 初体验
- 官方文档
- 安装
- 传统方式
- 使用 webpack 默认打包方式
- 使用项目中的 webpack
#### 02_webpack 配置选项
- css-loader
- style-loader
- less-loader
- 浏览器的兼容性 browserslist
### 03_webpack的postcss和处理其他资源01
- postcss
- autoprefixer 插件
- postcss.config.js
- postcss-preset-env
- loader的importLoaders
- file-loader
- url-loader及其limit
### 04_webpack的asset和一些插件
- asset/resource
- asset/inline
- asset/source
- asset
- clean-webpack-plugin
- html-webpack-plugin
- define-plugin
- copy-webpack-plugin