Skip to content

Commit 4a8af29

Browse files
committed
Fix externals.ts doesn't have __classDefs
1 parent bdeab0a commit 4a8af29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

browser/cli/src/generateExternals.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ enum Inserts {
1313

1414
const TEMPLATE = `
1515
/* -----------------------------------
16-
* GENERATED WITH @tomic-cli
16+
* GENERATED WITH @tomic/cli
1717
* -------------------------------- */
1818
1919
export const externals = {
2020
classes: {},
2121
properties: {
2222
${Inserts.BaseObjectProperties}
2323
},
24+
__classDefs: {},
2425
} as const;
2526
2627
declare module '${Inserts.ModuleAlias}' {

0 commit comments

Comments
 (0)