You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next.js has changed their default config file name to next.config.mjs.
When running with import createNavitaStylePlugin from '@navita/next-plugin', we get a runtime error saying that the MiniCssExtractPlugin can't be found. Probably just needs the file extension.
The text was updated successfully, but these errors were encountered:
Next.js has changed their default config file name to
next.config.mjs
.When running with import
createNavitaStylePlugin
from '@navita/next-plugin', we get a runtime error saying that the MiniCssExtractPlugin can't be found. Probably just needs the file extension.The text was updated successfully, but these errors were encountered: