CLI tool to generate webpack configuration file (webpack.config.js
) for you.
npm i -g create-webpack-config
webpack-config init
After that, you can run
npm i
npm start
People always say webpack is HARD to get started (you can google it if you don't believe me). But people are also working on this to make it easier to use, with different approaches:
With the popularize of Create-React-App (CRA), I think it's worth another shot by building a CLI tools to provide single command to get started with webpack.
After all, webpack is a GREAT tool and we all love it :two_hearts: :two_hearts: :two_hearts: !
webpack-dashboard
!Copyright (c) 2016 Sam Zhao Licensed under the MIT license.