diff --git a/examples/with-purgecss/nuxt.config.js b/examples/with-purgecss/nuxt.config.js index 7ae7f5faa6..91a2ba93ea 100644 --- a/examples/with-purgecss/nuxt.config.js +++ b/examples/with-purgecss/nuxt.config.js @@ -31,7 +31,7 @@ module.exports = { extensions: ['vue'] } ], - whitelist: ['html', 'body'] + whitelist: ['html', 'body', 'nuxt-progress'] }) ) }