webpack4默认为production模式,此时生成的是压缩过的js文件,要是想生成人能看懂的文件,添加配置: mode: 'development'
mode: 'development'
从git上下的项目用npm install 来安装依赖