lucleray / next-purgecss

nextjs + purgecss for smaller css bundles
https://www.npmjs.com/package/next-purgecss
134 stars 8 forks source link

ReferenceError: options is not defined #21

Closed msheakoski closed 5 years ago

msheakoski commented 5 years ago

This error was introduced in commit 38d876e because the options variable is no longer declared in the function scope.

https://github.com/lucleray/next-purgecss/commit/38d876e8fabc2ed93adb7206f8a959fb882d3418#r34078744

lucleray commented 5 years ago

Thank you for reporting the issue!

Fixing now.

lucleray commented 5 years ago

I published the fixed in 3.1.1. Thank you 🙏