enable autoprefixer when no custom build.post is set

This commit is contained in:
Clark Du 2017-07-25 15:10:31 +08:00
parent 68326a6c9b
commit 7d1cc2217a

View File

@ -107,7 +107,7 @@ export const defaultOptions = {
vendor: [],
plugins: [],
babel: {},
postcss: [],
postcss: undefined,
templates: [],
watch: [],
devMiddleware: {},