js-util-plugin
js
```` npm init ```` ### 安装webpack依赖 ```` npm install webpack@4.43.0 webpack-cli -D ```` ### 配置config文件 ###package中增加 ``` "build": "npx webpack --config webpack.config.js" ```
Version 1.0.2 License ISC
INSTALL
```` npm init ```` ### 安装webpack依赖 ```` npm install webpack@4.43.0 webpack-cli -D ```` ### 配置config文件 ###package中增加 ``` "build": "npx webpack --config webpack.config.js" ```