mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
fix: add cssnano in ssr test
This commit is contained in:
parent
e946df1dcf
commit
dbbcac1f4f
3
test/fixtures/basic/nuxt.config.js
vendored
3
test/fixtures/basic/nuxt.config.js
vendored
@ -41,7 +41,8 @@ export default {
|
|||||||
features: {
|
features: {
|
||||||
'custom-selectors': true
|
'custom-selectors': true
|
||||||
}
|
}
|
||||||
})
|
}),
|
||||||
|
require('cssnano')
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user