npm init
npm install webpack --save-dev -g
npm install --save-dev webpack-cli -g
webpack hello.js -o hello.bundle.js --mode development
npm install webpack --save-dev -g
npm install --save-dev webpack-cli -g
webpack hello.js -o hello.bundle.js --mode development
2018-11-30