hutianfa123


  • ```` npm init ```` ### 安装webpack依赖 ```` npm install webpack@4.43.0 webpack-cli -D ```` ### 配置config文件 ###package中增加 ``` "build": "npx webpack --config webpack.config.js" ```

    published 1.0.3 4 months ago