mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-28 22:32:42 +00:00
enable autoprefixer when no custom build.post is set
This commit is contained in:
parent
68326a6c9b
commit
7d1cc2217a
@ -107,7 +107,7 @@ export const defaultOptions = {
|
||||
vendor: [],
|
||||
plugins: [],
|
||||
babel: {},
|
||||
postcss: [],
|
||||
postcss: undefined,
|
||||
templates: [],
|
||||
watch: [],
|
||||
devMiddleware: {},
|
||||
|
Loading…
Reference in New Issue
Block a user