This commit is contained in:
asd
2019-12-01 19:10:21 +08:00
parent b46b74bb45
commit b759999005

View File

@@ -31,8 +31,9 @@ linux 系统 运行 yarn global bin 查看 yarn 的全局目录,然后 #expor
1.webpack 目录:
```
/webpackeg
/webpackeg
/dist
bundle.js //打包后生成的js文件
index.html //package.json中定义的入口文件
@@ -41,6 +42,9 @@ linux 系统 运行 yarn global bin 查看 yarn 的全局目录,然后 #expor
index.js 要压缩的js文件
package.json 应用的默认配置
webpack.config.js
```
2.package.json 内容