webpack.dev.conf.js 196 Bytes
const webpack = require('webpack');
let webpackConfig = require('./webpack.base.conf.js');

webpackConfig.plugins.push(new webpack.HotModuleReplacementPlugin());


module.exports = webpackConfig;