Skip to content

Commit

Permalink
Revert back to module.exports in Forge config.
Browse files Browse the repository at this point in the history
Looks like Forge doesn't support default exports anymore, if it ever
supported it before.
  • Loading branch information
SpacingBat3 committed Nov 25, 2023
1 parent 7c6a5e4 commit 9981435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/code/build/forge.ts
Expand Up @@ -274,4 +274,4 @@ const config:ForgeConfig = {
};

/* eslint-disable-next-line import/no-unused-modules *//* Module entry point */
export default config;
module.exports = config;

0 comments on commit 9981435

Please sign in to comment.