Skip to content

Upgrade to harper v5#3

Draft
BboyAkers wants to merge 3 commits into
mainfrom
v5-upgrade
Draft

Upgrade to harper v5#3
BboyAkers wants to merge 3 commits into
mainfrom
v5-upgrade

Conversation

@BboyAkers
Copy link
Copy Markdown
Member

No description provided.

@BboyAkers
Copy link
Copy Markdown
Member Author

Waiting for the next harperfast/nextjs and harper patch release

Comment thread next.config.js
};

module.exports = nextConfig;
module.exports = withHarper(nextConfig);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set "type": "module" in the package.json, then you can use export:

Suggested change
module.exports = withHarper(nextConfig);
exports default withHarper(nextConfig);

Copy link
Copy Markdown
Member Author

@BboyAkers BboyAkers May 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm unfortunately that caused more issues i'd have to address. Once i've gotten the patches applied i'll look into stacking this onto it post-merging this PR! 😃

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

Successfully merging this pull request may close these issues.

2 participants