Commit efd32f0
authored
chore(nextjs): Remove obsolete
This removes the dataFetchers loader and its associated files and dependencies, now that it's been supplanted by the proxy loader. It also changes the build config slightly - somehow, the presence of everything this PR deletes made it so the loaders files output themselves where we want them, even without the entryFileNames setting they ought to have needed. Alas, doing the deletions broke the spell, and now they won't build to the right place without entryFileNames, so this adds it. (Even though we've now reverted to what logically should be true, I'm still baffled, because what on earth was happening before?)
Note: Until we fully settle the CJS questions, I'm leaving isESM.ts in the SDK, even though after this change it will be (for the moment) unused.dataFetchers loader (#5713)1 parent 50c84c6 commit efd32f0
File tree
9 files changed
+10
-1351
lines changed- packages/nextjs
- src/config
- loaders
- templates
- test/config
9 files changed
+10
-1351
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | 35 | | |
39 | | - | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
26 | | - | |
27 | | - | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
47 | 42 | | |
48 | 43 | | |
49 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 223 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
This file was deleted.
Lines changed: 0 additions & 30 deletions
This file was deleted.
0 commit comments