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,
shouldPush: null
},
static: {},
static: {
prefix: true
},
gzip: {
threshold: 0
},