This commit is contained in:
asd
2019-12-01 19:04:38 +08:00
parent 2b123b14f0
commit 06e0948fec

View File

@@ -40,3 +40,18 @@ linux 系统 运行 yarn global bin 查看 yarn 的全局目录,然后 #expor
package.json 应用的默认配置
webpack.config.js
2.package.json 内容
```
{
"name": "ceshi",
"version": "1.0.0",
"description": "wu",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "webpack --mode development"
},
"author": "aaa",
"license": "3000",
"private": false
}