Skip to content

Flynee/webpack-study

Repository files navigation

webpack优化


项目初始化包

- yarn add webpack webpack-cli webpack-dev-server

清除上次打包内容

- yarn add clean-webpack-plugin -D

构建html模板

- yarn add html-loader html-webpack-plugin -D

bundle资源监视器

- yarn add webpack-bundle-analyzer -D

控制台日志输出

- yarn add progress-bar-webpack-plugin -D 

监视每个bundle打包时间

- yarn add speed-measure-webpack-plugin -D

处理css|scss

- yarn add node-sass style-loader css-loader sass-loader -D

处理图片路径

- yarn add url-loader -D

处理字体引用

- yarn add file-loader -D

提取css到单独文件

- yarn add mini-css-extrat-plugin -D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published