Skip to content

Commit 40db6c3

Browse files
committed
remove datafetchers loader
1 parent c921054 commit 40db6c3

File tree

6 files changed

+1
-835
lines changed

6 files changed

+1
-835
lines changed

packages/nextjs/rollup.npm.config.js

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

2319
packageSpecificConfig: {
2420
plugins: [plugins.makeRemoveMultiLineCommentsPlugin()],

0 commit comments

Comments
 (0)