An open API service indexing awesome lists of open source software.

https://github.com/debbl/learn-webpack-notes

学习 Webpack 笔记
https://github.com/debbl/learn-webpack-notes

Last synced: about 2 months ago
JSON representation

学习 Webpack 笔记

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