
webpack
huangminmin1001
活泼
展开
-
Hot Module Replacement热模块替换
一、package.json{ "name": "webpack-demo", "version": "1.0.0", "description": "", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "watch"...原创 2019-06-28 09:17:36 · 734 阅读 · 0 评论 -
split chunks
----------------step1---const path = require('path');const HtmlWebpackPlugin = require('html-webpack-plugin'); // 生成index.htmlconst {CleanWebpackPlugin} = require('clean-webpack-plugin'); //清空di...原创 2019-06-28 11:02:55 · 259 阅读 · 0 评论