Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation suggests using deprecated next-transpile-modules #12

Closed
wojtekmaj opened this issue Mar 13, 2023 · 5 comments
Closed

Documentation suggests using deprecated next-transpile-modules #12

wojtekmaj opened this issue Mar 13, 2023 · 5 comments

Comments

@wojtekmaj
Copy link

next-transpile-modules package has been deprecated with the following message:

All features of next-transpile-modules are now natively built-in Next.js 13.1. Please use Next's transpilePackages option :)

@ciruz
Copy link
Contributor

ciruz commented Apr 26, 2023

@wojtekmaj do you use this package with next 13 + app directory?

@wojtekmaj
Copy link
Author

No, with the old way. Is that relevant?

@ciruz
Copy link
Contributor

ciruz commented Apr 26, 2023

No, I thought of something else. I'm going to implement Piwik into next.js with the /app directory, and I assumed maybe you have already done this. NVM. It's not relevant to this issue. Not going to hijack this thread any further.

@mwormgoor
Copy link

The solution to use the built-in version is documented here:
https://github.com/martpie/next-transpile-modules/releases/tag/the-end

  1. uninstall next-transpile-modules
  2. update next.config.js as shown in the URL pasted above

@lysy-vlc
Copy link
Contributor

Already resolved. Please check the newest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants