const webpack = require('webpack');plugins: [ new webpack.HotModuleReplacementPlugin({ multiStep: true(实现局部热更新) }) ]