Skip to content

Commit 6fd28a1

Browse files
committed
rename prefixLoaderTemplate to serverRewriteFramesPrefixLoaderTemplate
1 parent b4ce2cd commit 6fd28a1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/nextjs/rollup.npm.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default [
2020
...makeNPMConfigVariants(
2121
makeBaseNPMConfig({
2222
entrypoints: [
23-
'src/config/templates/prefixLoaderTemplate.ts',
23+
'src/config/templates/serverRewriteFramesPrefixLoaderTemplate.ts',
2424
'src/config/templates/pageProxyLoaderTemplate.ts',
2525
'src/config/templates/apiProxyLoaderTemplate.ts',
2626
],

0 commit comments

Comments
 (0)