update
This commit is contained in:
parent
a704196850
commit
c7371aeac7
@ -85,4 +85,10 @@ const config = {
|
|||||||
module.exports = config;
|
module.exports = config;
|
||||||
```
|
```
|
||||||
### 模式
|
### 模式
|
||||||
通过选择 ``` develompment ``` 与 ``` pro
|
通过选择 ``` develompment ``` 与 ``` production ```之中的一个
|
||||||
|
```
|
||||||
|
module.exports = {
|
||||||
|
mode: 'production'
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user