mirror of
https://github.com/zerosoul/chinese-colors.git
synced 2025-02-17 21:09:36 +08:00
build: update building settings
This commit is contained in:
parent
d28493e0db
commit
8785781cd3
1
.babelrc
1
.babelrc
@ -3,6 +3,7 @@
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"useBuiltIns": "entry",
|
||||
"modules": false,
|
||||
"corejs": 3,
|
||||
"targets": {
|
||||
|
@ -94,7 +94,7 @@ module.exports = merge(commonConfig, {
|
||||
//配置 expiration
|
||||
expiration: {
|
||||
maxEntries: 10,
|
||||
maxAgeSeconds: 60
|
||||
maxAgeSeconds: 3600
|
||||
},
|
||||
|
||||
//配置哪些响应被认为是可缓存的
|
||||
@ -114,7 +114,7 @@ module.exports = merge(commonConfig, {
|
||||
//配置 expiration
|
||||
expiration: {
|
||||
maxEntries: 10,
|
||||
maxAgeSeconds: 60
|
||||
maxAgeSeconds: 3600
|
||||
},
|
||||
|
||||
//配置哪些响应被认为是可缓存的
|
||||
|
Loading…
Reference in New Issue
Block a user