Skip to content

The End.

Latest
Compare
Choose a tag to compare
@martpie martpie released this 22 Dec 15:32
· 7 commits to master since this release

This is the end, beautiful friend
This is the end, my only friend
The end of our elaborate plans
The end of everything that stands

All features of next-transpile-modules are now natively integrated in Next.js 13.1: next-transpile-modules is now officially deprecated, and the repository will be archived soon.

This adventure started on Aug. 9 2018, and it's been a few lost hair, big learnings, and a lot of fun 😄.

First, a few thanks...

I would like to thank all the contributors who helped with the project, your help was precious!

Also, last year or two years ago, I opened a sponsor page to help support my work. I would like to thank all the contributors for their help, it allowed me to get $670, plus an exceptional contribution from GitHub of $500, for a total of $1270.

I don't really need this money, and I will donate it to a charity I care a lot about, based in France, helping troubled youngsters to be reintegrated into society through work, contact with animals and nature, and self-respect.

Migration guide

Upgrade to Next.js 13.1, then in next.config.js:

-const withTM = require('next-transpile-modules')(['awesome_module']);

-module.exports = withTM({});
+module.exports = {
+  transpilePackages: ['awesome_module'],
+};

Boom you're done!

That's all!

Merry Christmas, happy new year, and happy coding! :)


Post-end patches

10.0.1

  • Compatibility with 13.4