mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Merge pull request #1153 from clarkdo/dev
fix (postcss): enable autoprefixer when no custom build.postcss is set
This commit is contained in:
commit
baa061def3
@ -107,7 +107,7 @@ export const defaultOptions = {
|
||||
vendor: [],
|
||||
plugins: [],
|
||||
babel: {},
|
||||
postcss: [],
|
||||
postcss: undefined,
|
||||
templates: [],
|
||||
watch: [],
|
||||
devMiddleware: {},
|
||||
|
Loading…
Reference in New Issue
Block a user