refactor: add true as default value of static.prefix

This commit is contained in:
Clark Du 2018-02-05 09:36:45 +08:00
parent a81af22d41
commit e60a8e7463

View File

@ -299,7 +299,9 @@ Options.defaults = {
push: false, push: false,
shouldPush: null shouldPush: null
}, },
static: {}, static: {
prefix: true
},
gzip: { gzip: {
threshold: 0 threshold: 0
}, },