Skip to content

Commit 98b83df

Browse files
committed
fixup add template
1 parent 682f7d4 commit 98b83df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/nextjs/rollup.npm.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ export default [
1414
),
1515
...makeNPMConfigVariants(
1616
makeBaseNPMConfig({
17-
entrypoints: ['src/config/templates/prefixLoaderTemplate.ts', 'src/config/templates/proxyLoaderTemplate.ts'],
17+
entrypoints: [
18+
'src/config/templates/prefixLoaderTemplate.ts',
19+
'src/config/templates/proxyLoaderTemplate.ts',
20+
'src/config/templates/apiProxyLoaderTemplate.ts',
21+
],
1822

1923
packageSpecificConfig: {
2024
// TODO: Turn this off until the regex can be fixed

0 commit comments

Comments
 (0)