This package has been deprecated

Author message:

No longer maintained

gridsome-plugin-purgecss

1.0.12 • Public • Published

gridsome-plugin-purgecss

This plugin will add Purgecss to your Gridsome project.

To use this plugin, run npm install -D gridsome-plugin-purgecss add the following to your gridsome.config.js.

plugins: [
  {
    use: 'gridsome-plugin-purgecss',
	// default options, the following will be included if you don't provide anything
	options: {
	  content: [
        './src/**/*.vue',
        './src/**/*.js',
        './src/**/*.jsx',
        './src/**/*.pug',
        './src/**/*.md'
      ],
	  defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || [],
	}
  }
]

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gridsome-plugin-purgecss

    Weekly Downloads

    95

    Version

    1.0.12

    License

    MIT

    Unpacked Size

    2.43 kB

    Total Files

    3

    Last publish

    Collaborators

    • brandonpittman