Commit d5324409 authored by shangbj's avatar shangbj

2-9多种配置类型

parent 525f6da2
......@@ -8,7 +8,7 @@
```javascript
"scripts": {
"build": "npx webpack --mode production",
"dev": "npx webpack --mode development"
"build": "webpack --mode production",
"dev": "webpack --mode development"
},
```
\ No newline at end of file
......@@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "npx webpack --mode production",
"dev": "npx webpack --mode development"
"build": "webpack --mode production",
"dev": "webpack --mode development"
},
"author": "",
"license": "ISC",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment