Skip to content

Commit 9981435

Browse files
committed
Revert back to module.exports in Forge config.
Looks like Forge doesn't support default exports anymore, if it ever supported it before.
1 parent 7c6a5e4 commit 9981435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sources/code/build/forge.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ const config:ForgeConfig = {
274274
};
275275

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

0 commit comments

Comments
 (0)