@hankliu/webpack-dev-server
v1.0.1
Published
Start the webpack development server
Readme
HankLiu Webpack Common Config
Weepack 公共的配置
安装
npm install @hankliu/webpack-config -D
or
yarn add @hankliu/webpack-config -D
使用
- in XXX.js
const WebpackConfig = require('@hankliu/webpack-config');
const webpack = WebpackConfig.webpack;
