Skip to content

liuchuangjun321/webpack-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack学习Demo工程

1. webpackBasics工程

基础入门配置,[博客地址](https://www.jianshu.com/p/cf244f6e7c7d)
// 打包
npm run build or npm run build:node

// 起本地服务
npm start or npm run start:node

// node方式运行webpack
npm run webpack:node

2. splitChunkMultiply工程

webpack4 代码分隔
// 打包
npm run build

// 起本地服务
npm start or npm run start:node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published