mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
||||
paths: glob.sync([
|
||||
path.join(__dirname, './pages/**/*.vue'),
|
||||
path.join(__dirname, './layouts/**/*.vue')
|
||||
path.join(__dirname, './layouts/**/*.vue'),
|
||||
path.join(__dirname, './components/**/*.vue')
|
||||
]),
|
||||
extractors: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user