mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 13:03:11 +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: [],
|
vendor: [],
|
||||||
plugins: [],
|
plugins: [],
|
||||||
babel: {},
|
babel: {},
|
||||||
postcss: [],
|
postcss: undefined,
|
||||||
templates: [],
|
templates: [],
|
||||||
watch: [],
|
watch: [],
|
||||||
devMiddleware: {},
|
devMiddleware: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user