Commit d5324409 authored by shangbj's avatar shangbj

2-9多种配置类型

parent 525f6da2
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
```javascript ```javascript
"scripts": { "scripts": {
"build": "npx webpack --mode production", "build": "webpack --mode production",
"dev": "npx webpack --mode development" "dev": "webpack --mode development"
}, },
``` ```
\ No newline at end of file
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "npx webpack --mode production", "build": "webpack --mode production",
"dev": "npx webpack --mode development" "dev": "webpack --mode development"
}, },
"author": "", "author": "",
"license": "ISC", "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