mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
Include components for finding used classes
This commit is contained in:
parent
fdc6716df4
commit
ece61acbe1
@ -23,7 +23,8 @@ module.exports = {
|
|||||||
// https://github.com/FullHuman/purgecss
|
// https://github.com/FullHuman/purgecss
|
||||||
paths: glob.sync([
|
paths: glob.sync([
|
||||||
path.join(__dirname, './pages/**/*.vue'),
|
path.join(__dirname, './pages/**/*.vue'),
|
||||||
path.join(__dirname, './layouts/**/*.vue')
|
path.join(__dirname, './layouts/**/*.vue'),
|
||||||
|
path.join(__dirname, './components/**/*.vue')
|
||||||
]),
|
]),
|
||||||
extractors: [
|
extractors: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user