Next.js Discord

Discord Forum

Creating Next.js build time plugins

Unanswered
Rule posted this in #help-forum
Open in Discord
Hi. I want to extend Next.js so that I could add something like this into the page files and read it during the build time:

export const customVariable = {};


This would be something similar to export const metadata

Where should I start? Would you recommend creating a webpack or swc plugin?

0 Replies