We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e8f89 commit 0b3dfbdCopy full SHA for 0b3dfbd
packages/lib/src/prod/shared-production.ts
@@ -87,7 +87,7 @@ export function prodSharedPlugin(
87
node.end,
88
`const {${declaration.join(
89
','
90
- )}} = await importShared('${sharedName}')\n`
+ )}} = await importShared('${sharedName}');\n`
91
)
92
modify = true
93
}
@@ -100,7 +100,7 @@ export function prodSharedPlugin(
100
magicString.prepend(
101
`import {importShared} from '${
102
prop?.root ? '.' : ''
103
- }./__federation_fn_import.js'\n`
+ }./__federation_fn_import.js';\n`
104
105
return {
106
code: magicString.toString(),
0 commit comments