Merge pull request #1153 from clarkdo/dev

fix (postcss): enable autoprefixer when no custom build.postcss is set
This commit is contained in:
Sébastien Chopin 2017-07-27 17:04:01 +02:00 committed by GitHub
commit baa061def3

View File

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