Developmint / nuxt-purgecss

Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js
MIT License
480 stars 19 forks source link

Setting content does not take effect #191

Open yinyanli opened 11 months ago

yinyanli commented 11 months ago

I only want purgecss to scan the a page in the directory, but after setting this, other files are still scanned.


    [
      'nuxt-purgecss',
      {
        content: ['/pages/a', '/components/a'],
        enabled: true,
        keyframes: true,
      },
    ]