TypeError: this.getOptions is not a function #634
Answered
by
philmetzger
philmetzger
asked this question in
Q&A
-
I am trying to use purgeCss in my nextJs project and get the following error when I build
Anyone have any idea whats wrong? next.config.js:
postcss.config.js:
package.json:
|
Beta Was this translation helpful? Give feedback.
Answered by
philmetzger
Mar 4, 2021
Replies: 1 comment
-
Fixed by removing withCss(...) as the latest version of next doesnt need it |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
philmetzger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed by removing withCss(...) as the latest version of next doesnt need it