Skip to content

Commit

Permalink
remove datafetchers loader and associated files
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Sep 9, 2022
1 parent c9204a3 commit a0a4078
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 935 deletions.
6 changes: 1 addition & 5 deletions packages/nextjs/rollup.npm.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ export default [
),
...makeNPMConfigVariants(
makeBaseNPMConfig({
entrypoints: [
'src/config/templates/prefixLoaderTemplate.ts',
'src/config/templates/proxyLoaderTemplate.ts',
'src/config/templates/dataFetchersLoaderTemplate.ts',
],
entrypoints: ['src/config/templates/prefixLoaderTemplate.ts', 'src/config/templates/proxyLoaderTemplate.ts'],

packageSpecificConfig: {
plugins: [plugins.makeRemoveMultiLineCommentsPlugin()],
Expand Down
527 changes: 0 additions & 527 deletions packages/nextjs/src/config/loaders/ast.ts

This file was deleted.

223 changes: 0 additions & 223 deletions packages/nextjs/src/config/loaders/dataFetchersLoader.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/nextjs/src/config/loaders/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { default as prefixLoader } from './prefixLoader';
export { default as dataFetchersLoader } from './dataFetchersLoader';
export { default as proxyLoader } from './proxyLoader';
49 changes: 0 additions & 49 deletions packages/nextjs/src/config/loaders/parser.ts

This file was deleted.

30 changes: 0 additions & 30 deletions packages/nextjs/src/config/templates/dataFetchersLoaderTemplate.ts

This file was deleted.

Loading

0 comments on commit a0a4078

Please sign in to comment.