@modern-js/app-tools 2.11.1-alpha.1 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (316) hide show
  1. package/CHANGELOG.md +103 -0
  2. package/dist/cjs/analyze/templates.js +8 -14
  3. package/dist/cjs/builder/builder-rspack/index.js +1 -22
  4. package/dist/cjs/builder/builder-webpack/index.js +0 -4
  5. package/dist/cjs/builder/generator/index.js +5 -0
  6. package/dist/cjs/builder/shared/builderPlugins/adapterHtml.js +39 -2
  7. package/dist/cjs/builder/shared/builderPlugins/adapterSSR.js +20 -0
  8. package/dist/cjs/builder/shared/bundlerPlugins/RouterPlugin.js +2 -10
  9. package/dist/cjs/config/legacy/index.js +3 -2
  10. package/dist/cjs/defineConfig.js +8 -4
  11. package/dist/cjs/index.js +7 -4
  12. package/dist/cjs/initialize/index.js +14 -2
  13. package/dist/cjs/locale/index.js +1 -1
  14. package/dist/cjs/utils/restart.js +1 -1
  15. package/dist/esm/analyze/templates.js +5 -6
  16. package/dist/esm/builder/builder-rspack/index.js +1 -169
  17. package/dist/esm/builder/builder-webpack/index.js +5 -20
  18. package/dist/esm/builder/generator/index.js +17 -1
  19. package/dist/esm/builder/shared/builderPlugins/adapterHtml.js +216 -14
  20. package/dist/esm/builder/shared/builderPlugins/adapterSSR.js +10 -0
  21. package/dist/esm/builder/shared/bundlerPlugins/RouterPlugin.js +4 -5
  22. package/dist/esm/config/legacy/index.js +2 -2
  23. package/dist/esm/defineConfig.js +3 -1
  24. package/dist/esm/index.js +3 -2
  25. package/dist/esm/initialize/index.js +13 -2
  26. package/dist/esm/locale/index.js +1 -1
  27. package/dist/esm/utils/restart.js +2 -2
  28. package/dist/esm-node/analyze/templates.js +8 -14
  29. package/dist/esm-node/builder/builder-rspack/index.js +1 -12
  30. package/dist/esm-node/builder/builder-webpack/index.js +0 -4
  31. package/dist/esm-node/builder/generator/index.js +5 -0
  32. package/dist/esm-node/builder/shared/builderPlugins/adapterHtml.js +35 -3
  33. package/dist/esm-node/builder/shared/builderPlugins/adapterSSR.js +10 -0
  34. package/dist/esm-node/builder/shared/bundlerPlugins/RouterPlugin.js +3 -11
  35. package/dist/esm-node/config/legacy/index.js +3 -2
  36. package/dist/esm-node/defineConfig.js +8 -4
  37. package/dist/esm-node/index.js +4 -2
  38. package/dist/esm-node/initialize/index.js +14 -2
  39. package/dist/esm-node/locale/index.js +1 -1
  40. package/dist/esm-node/utils/restart.js +2 -2
  41. package/dist/types/builder/builder-rspack/index.d.ts +1 -2
  42. package/dist/types/builder/shared/builderPlugins/adapterHtml.d.ts +1 -1
  43. package/dist/types/defineConfig.d.ts +3 -2
  44. package/dist/types/index.d.ts +1 -0
  45. package/package.json +25 -24
  46. package/dist/cjs/utils/language.js +0 -31
  47. package/dist/esm/utils/language.js +0 -6
  48. package/dist/esm-node/utils/language.js +0 -8
  49. package/dist/js/modern/analyze/constants.js +0 -56
  50. package/dist/js/modern/analyze/generateCode.js +0 -247
  51. package/dist/js/modern/analyze/getBundleEntry.js +0 -71
  52. package/dist/js/modern/analyze/getClientRoutes/getRoutes.js +0 -220
  53. package/dist/js/modern/analyze/getClientRoutes/getRoutesLegacy.js +0 -216
  54. package/dist/js/modern/analyze/getClientRoutes/index.js +0 -6
  55. package/dist/js/modern/analyze/getClientRoutes/utils.js +0 -31
  56. package/dist/js/modern/analyze/getFileSystemEntry.js +0 -109
  57. package/dist/js/modern/analyze/getHtmlTemplate.js +0 -115
  58. package/dist/js/modern/analyze/getServerRoutes.js +0 -178
  59. package/dist/js/modern/analyze/index.js +0 -333
  60. package/dist/js/modern/analyze/isDefaultExportFunction.js +0 -42
  61. package/dist/js/modern/analyze/makeLegalIdentifier.js +0 -13
  62. package/dist/js/modern/analyze/nestedRoutes.js +0 -186
  63. package/dist/js/modern/analyze/templates.js +0 -328
  64. package/dist/js/modern/analyze/utils.js +0 -141
  65. package/dist/js/modern/builder/builder-rspack/index.js +0 -8
  66. package/dist/js/modern/builder/builder-webpack/builderPlugins/compatModern.js +0 -41
  67. package/dist/js/modern/builder/builder-webpack/index.js +0 -93
  68. package/dist/js/modern/builder/builder-webpack/webpackPlugins/RouterPlugin.js +0 -116
  69. package/dist/js/modern/builder/builder-webpack/webpackPlugins/index.js +0 -1
  70. package/dist/js/modern/builder/generator/createBuilderOptions.js +0 -24
  71. package/dist/js/modern/builder/generator/createBuilderProviderConfig.js +0 -39
  72. package/dist/js/modern/builder/generator/getBuilderTargets.js +0 -21
  73. package/dist/js/modern/builder/generator/index.js +0 -53
  74. package/dist/js/modern/builder/index.js +0 -39
  75. package/dist/js/modern/builder/shared/builderPlugins/adapterModern.js +0 -219
  76. package/dist/js/modern/builder/shared/bundlerPlugins/HtmlAsyncChunkPlugin.js +0 -27
  77. package/dist/js/modern/builder/shared/bundlerPlugins/HtmlBottomTemplate.js +0 -34
  78. package/dist/js/modern/builder/shared/createCopyPattern.js +0 -46
  79. package/dist/js/modern/builder/shared/index.js +0 -3
  80. package/dist/js/modern/builder/shared/loaders/serverModuleLoader.js +0 -7
  81. package/dist/js/modern/builder/shared/types.js +0 -0
  82. package/dist/js/modern/commands/build.js +0 -91
  83. package/dist/js/modern/commands/deploy.js +0 -28
  84. package/dist/js/modern/commands/dev.js +0 -109
  85. package/dist/js/modern/commands/index.js +0 -3
  86. package/dist/js/modern/commands/inspect.js +0 -38
  87. package/dist/js/modern/commands/serve.js +0 -54
  88. package/dist/js/modern/config/default.js +0 -175
  89. package/dist/js/modern/config/index.js +0 -3
  90. package/dist/js/modern/config/initialize/index.js +0 -12
  91. package/dist/js/modern/config/initialize/inits.js +0 -154
  92. package/dist/js/modern/config/legacy/createHtmlConfig.js +0 -35
  93. package/dist/js/modern/config/legacy/createOutputConfig.js +0 -68
  94. package/dist/js/modern/config/legacy/createSourceConfig.js +0 -39
  95. package/dist/js/modern/config/legacy/createToolsConfig.js +0 -42
  96. package/dist/js/modern/config/legacy/index.js +0 -51
  97. package/dist/js/modern/defineConfig.js +0 -27
  98. package/dist/js/modern/exports/server.js +0 -4
  99. package/dist/js/modern/hooks.js +0 -35
  100. package/dist/js/modern/index.js +0 -221
  101. package/dist/js/modern/initialize/index.js +0 -132
  102. package/dist/js/modern/locale/en.js +0 -36
  103. package/dist/js/modern/locale/index.js +0 -9
  104. package/dist/js/modern/locale/zh.js +0 -36
  105. package/dist/js/modern/schema/Schema.js +0 -40
  106. package/dist/js/modern/schema/index.js +0 -88
  107. package/dist/js/modern/schema/legacy.js +0 -148
  108. package/dist/js/modern/types/config/deploy.js +0 -0
  109. package/dist/js/modern/types/config/dev.js +0 -0
  110. package/dist/js/modern/types/config/experiments.js +0 -0
  111. package/dist/js/modern/types/config/html.js +0 -0
  112. package/dist/js/modern/types/config/index.js +0 -1
  113. package/dist/js/modern/types/config/output.js +0 -0
  114. package/dist/js/modern/types/config/performance.js +0 -0
  115. package/dist/js/modern/types/config/security.js +0 -0
  116. package/dist/js/modern/types/config/source.js +0 -0
  117. package/dist/js/modern/types/config/tools.js +0 -0
  118. package/dist/js/modern/types/hooks.js +0 -0
  119. package/dist/js/modern/types/index.js +0 -3
  120. package/dist/js/modern/types/legacyConfig/deploy.js +0 -0
  121. package/dist/js/modern/types/legacyConfig/dev.js +0 -0
  122. package/dist/js/modern/types/legacyConfig/index.js +0 -0
  123. package/dist/js/modern/types/legacyConfig/output.js +0 -0
  124. package/dist/js/modern/types/legacyConfig/source.js +0 -0
  125. package/dist/js/modern/types/legacyConfig/tools.js +0 -0
  126. package/dist/js/modern/types/utils.js +0 -0
  127. package/dist/js/modern/utils/config.js +0 -128
  128. package/dist/js/modern/utils/createServer.js +0 -75
  129. package/dist/js/modern/utils/env.js +0 -15
  130. package/dist/js/modern/utils/generateWatchFiles.js +0 -55
  131. package/dist/js/modern/utils/getSelectedEntries.js +0 -58
  132. package/dist/js/modern/utils/getServerInternalPlugins.js +0 -58
  133. package/dist/js/modern/utils/language.js +0 -8
  134. package/dist/js/modern/utils/printInstructions.js +0 -31
  135. package/dist/js/modern/utils/restart.js +0 -44
  136. package/dist/js/modern/utils/routes.js +0 -30
  137. package/dist/js/modern/utils/types.js +0 -0
  138. package/dist/js/node/analyze/constants.js +0 -100
  139. package/dist/js/node/analyze/generateCode.js +0 -271
  140. package/dist/js/node/analyze/getBundleEntry.js +0 -95
  141. package/dist/js/node/analyze/getClientRoutes/getRoutes.js +0 -242
  142. package/dist/js/node/analyze/getClientRoutes/getRoutesLegacy.js +0 -238
  143. package/dist/js/node/analyze/getClientRoutes/index.js +0 -30
  144. package/dist/js/node/analyze/getClientRoutes/utils.js +0 -58
  145. package/dist/js/node/analyze/getFileSystemEntry.js +0 -131
  146. package/dist/js/node/analyze/getHtmlTemplate.js +0 -144
  147. package/dist/js/node/analyze/getServerRoutes.js +0 -196
  148. package/dist/js/node/analyze/index.js +0 -340
  149. package/dist/js/node/analyze/isDefaultExportFunction.js +0 -71
  150. package/dist/js/node/analyze/makeLegalIdentifier.js +0 -36
  151. package/dist/js/node/analyze/nestedRoutes.js +0 -213
  152. package/dist/js/node/analyze/templates.js +0 -359
  153. package/dist/js/node/analyze/utils.js +0 -172
  154. package/dist/js/node/builder/builder-rspack/index.js +0 -31
  155. package/dist/js/node/builder/builder-webpack/builderPlugins/compatModern.js +0 -64
  156. package/dist/js/node/builder/builder-webpack/index.js +0 -118
  157. package/dist/js/node/builder/builder-webpack/webpackPlugins/RouterPlugin.js +0 -140
  158. package/dist/js/node/builder/builder-webpack/webpackPlugins/index.js +0 -17
  159. package/dist/js/node/builder/generator/createBuilderOptions.js +0 -47
  160. package/dist/js/node/builder/generator/createBuilderProviderConfig.js +0 -60
  161. package/dist/js/node/builder/generator/getBuilderTargets.js +0 -39
  162. package/dist/js/node/builder/generator/index.js +0 -82
  163. package/dist/js/node/builder/index.js +0 -68
  164. package/dist/js/node/builder/shared/builderPlugins/adapterModern.js +0 -245
  165. package/dist/js/node/builder/shared/bundlerPlugins/HtmlAsyncChunkPlugin.js +0 -50
  166. package/dist/js/node/builder/shared/bundlerPlugins/HtmlBottomTemplate.js +0 -57
  167. package/dist/js/node/builder/shared/createCopyPattern.js +0 -75
  168. package/dist/js/node/builder/shared/index.js +0 -19
  169. package/dist/js/node/builder/shared/loaders/serverModuleLoader.js +0 -28
  170. package/dist/js/node/builder/shared/types.js +0 -15
  171. package/dist/js/node/commands/build.js +0 -112
  172. package/dist/js/node/commands/deploy.js +0 -51
  173. package/dist/js/node/commands/dev.js +0 -126
  174. package/dist/js/node/commands/index.js +0 -19
  175. package/dist/js/node/commands/inspect.js +0 -61
  176. package/dist/js/node/commands/serve.js +0 -83
  177. package/dist/js/node/config/default.js +0 -197
  178. package/dist/js/node/config/index.js +0 -19
  179. package/dist/js/node/config/initialize/index.js +0 -35
  180. package/dist/js/node/config/initialize/inits.js +0 -177
  181. package/dist/js/node/config/legacy/createHtmlConfig.js +0 -58
  182. package/dist/js/node/config/legacy/createOutputConfig.js +0 -91
  183. package/dist/js/node/config/legacy/createSourceConfig.js +0 -62
  184. package/dist/js/node/config/legacy/createToolsConfig.js +0 -65
  185. package/dist/js/node/config/legacy/index.js +0 -75
  186. package/dist/js/node/defineConfig.js +0 -49
  187. package/dist/js/node/exports/server.js +0 -27
  188. package/dist/js/node/hooks.js +0 -54
  189. package/dist/js/node/index.js +0 -245
  190. package/dist/js/node/initialize/index.js +0 -141
  191. package/dist/js/node/locale/en.js +0 -59
  192. package/dist/js/node/locale/index.js +0 -33
  193. package/dist/js/node/locale/zh.js +0 -59
  194. package/dist/js/node/schema/Schema.js +0 -63
  195. package/dist/js/node/schema/index.js +0 -118
  196. package/dist/js/node/schema/legacy.js +0 -169
  197. package/dist/js/node/types/config/deploy.js +0 -15
  198. package/dist/js/node/types/config/dev.js +0 -15
  199. package/dist/js/node/types/config/experiments.js +0 -15
  200. package/dist/js/node/types/config/html.js +0 -15
  201. package/dist/js/node/types/config/index.js +0 -17
  202. package/dist/js/node/types/config/output.js +0 -15
  203. package/dist/js/node/types/config/performance.js +0 -15
  204. package/dist/js/node/types/config/security.js +0 -15
  205. package/dist/js/node/types/config/source.js +0 -15
  206. package/dist/js/node/types/config/tools.js +0 -15
  207. package/dist/js/node/types/hooks.js +0 -15
  208. package/dist/js/node/types/index.js +0 -19
  209. package/dist/js/node/types/legacyConfig/deploy.js +0 -15
  210. package/dist/js/node/types/legacyConfig/dev.js +0 -15
  211. package/dist/js/node/types/legacyConfig/index.js +0 -15
  212. package/dist/js/node/types/legacyConfig/output.js +0 -15
  213. package/dist/js/node/types/legacyConfig/source.js +0 -15
  214. package/dist/js/node/types/legacyConfig/tools.js +0 -15
  215. package/dist/js/node/types/utils.js +0 -15
  216. package/dist/js/node/utils/config.js +0 -153
  217. package/dist/js/node/utils/createServer.js +0 -106
  218. package/dist/js/node/utils/env.js +0 -38
  219. package/dist/js/node/utils/generateWatchFiles.js +0 -85
  220. package/dist/js/node/utils/getSelectedEntries.js +0 -81
  221. package/dist/js/node/utils/getServerInternalPlugins.js +0 -79
  222. package/dist/js/node/utils/language.js +0 -31
  223. package/dist/js/node/utils/printInstructions.js +0 -54
  224. package/dist/js/node/utils/restart.js +0 -67
  225. package/dist/js/node/utils/routes.js +0 -59
  226. package/dist/js/node/utils/types.js +0 -15
  227. package/dist/js/treeshaking/analyze/constants.js +0 -42
  228. package/dist/js/treeshaking/analyze/generateCode.js +0 -485
  229. package/dist/js/treeshaking/analyze/getBundleEntry.js +0 -62
  230. package/dist/js/treeshaking/analyze/getClientRoutes/getRoutes.js +0 -233
  231. package/dist/js/treeshaking/analyze/getClientRoutes/getRoutesLegacy.js +0 -231
  232. package/dist/js/treeshaking/analyze/getClientRoutes/index.js +0 -3
  233. package/dist/js/treeshaking/analyze/getClientRoutes/utils.js +0 -23
  234. package/dist/js/treeshaking/analyze/getFileSystemEntry.js +0 -107
  235. package/dist/js/treeshaking/analyze/getHtmlTemplate.js +0 -302
  236. package/dist/js/treeshaking/analyze/getServerRoutes.js +0 -224
  237. package/dist/js/treeshaking/analyze/index.js +0 -702
  238. package/dist/js/treeshaking/analyze/isDefaultExportFunction.js +0 -47
  239. package/dist/js/treeshaking/analyze/makeLegalIdentifier.js +0 -13
  240. package/dist/js/treeshaking/analyze/nestedRoutes.js +0 -409
  241. package/dist/js/treeshaking/analyze/templates.js +0 -465
  242. package/dist/js/treeshaking/analyze/utils.js +0 -374
  243. package/dist/js/treeshaking/builder/builder-rspack/index.js +0 -6
  244. package/dist/js/treeshaking/builder/builder-webpack/builderPlugins/compatModern.js +0 -64
  245. package/dist/js/treeshaking/builder/builder-webpack/index.js +0 -301
  246. package/dist/js/treeshaking/builder/builder-webpack/webpackPlugins/RouterPlugin.js +0 -346
  247. package/dist/js/treeshaking/builder/builder-webpack/webpackPlugins/index.js +0 -1
  248. package/dist/js/treeshaking/builder/generator/createBuilderOptions.js +0 -41
  249. package/dist/js/treeshaking/builder/generator/createBuilderProviderConfig.js +0 -70
  250. package/dist/js/treeshaking/builder/generator/getBuilderTargets.js +0 -16
  251. package/dist/js/treeshaking/builder/generator/index.js +0 -199
  252. package/dist/js/treeshaking/builder/index.js +0 -175
  253. package/dist/js/treeshaking/builder/shared/builderPlugins/adapterModern.js +0 -300
  254. package/dist/js/treeshaking/builder/shared/bundlerPlugins/HtmlAsyncChunkPlugin.js +0 -110
  255. package/dist/js/treeshaking/builder/shared/bundlerPlugins/HtmlBottomTemplate.js +0 -72
  256. package/dist/js/treeshaking/builder/shared/createCopyPattern.js +0 -40
  257. package/dist/js/treeshaking/builder/shared/index.js +0 -3
  258. package/dist/js/treeshaking/builder/shared/loaders/serverModuleLoader.js +0 -5
  259. package/dist/js/treeshaking/builder/shared/types.js +0 -1
  260. package/dist/js/treeshaking/commands/build.js +0 -291
  261. package/dist/js/treeshaking/commands/deploy.js +0 -154
  262. package/dist/js/treeshaking/commands/dev.js +0 -301
  263. package/dist/js/treeshaking/commands/index.js +0 -3
  264. package/dist/js/treeshaking/commands/inspect.js +0 -149
  265. package/dist/js/treeshaking/commands/serve.js +0 -199
  266. package/dist/js/treeshaking/config/default.js +0 -210
  267. package/dist/js/treeshaking/config/index.js +0 -3
  268. package/dist/js/treeshaking/config/initialize/index.js +0 -10
  269. package/dist/js/treeshaking/config/initialize/inits.js +0 -211
  270. package/dist/js/treeshaking/config/legacy/createHtmlConfig.js +0 -19
  271. package/dist/js/treeshaking/config/legacy/createOutputConfig.js +0 -41
  272. package/dist/js/treeshaking/config/legacy/createSourceConfig.js +0 -42
  273. package/dist/js/treeshaking/config/legacy/createToolsConfig.js +0 -23
  274. package/dist/js/treeshaking/config/legacy/index.js +0 -38
  275. package/dist/js/treeshaking/defineConfig.js +0 -61
  276. package/dist/js/treeshaking/exports/server.js +0 -2
  277. package/dist/js/treeshaking/hooks.js +0 -29
  278. package/dist/js/treeshaking/index.js +0 -713
  279. package/dist/js/treeshaking/initialize/index.js +0 -284
  280. package/dist/js/treeshaking/locale/en.js +0 -38
  281. package/dist/js/treeshaking/locale/index.js +0 -9
  282. package/dist/js/treeshaking/locale/zh.js +0 -38
  283. package/dist/js/treeshaking/schema/Schema.js +0 -273
  284. package/dist/js/treeshaking/schema/index.js +0 -181
  285. package/dist/js/treeshaking/schema/legacy.js +0 -337
  286. package/dist/js/treeshaking/types/config/deploy.js +0 -1
  287. package/dist/js/treeshaking/types/config/dev.js +0 -1
  288. package/dist/js/treeshaking/types/config/experiments.js +0 -1
  289. package/dist/js/treeshaking/types/config/html.js +0 -1
  290. package/dist/js/treeshaking/types/config/index.js +0 -1
  291. package/dist/js/treeshaking/types/config/output.js +0 -1
  292. package/dist/js/treeshaking/types/config/performance.js +0 -1
  293. package/dist/js/treeshaking/types/config/security.js +0 -1
  294. package/dist/js/treeshaking/types/config/source.js +0 -1
  295. package/dist/js/treeshaking/types/config/tools.js +0 -1
  296. package/dist/js/treeshaking/types/hooks.js +0 -1
  297. package/dist/js/treeshaking/types/index.js +0 -3
  298. package/dist/js/treeshaking/types/legacyConfig/deploy.js +0 -1
  299. package/dist/js/treeshaking/types/legacyConfig/dev.js +0 -1
  300. package/dist/js/treeshaking/types/legacyConfig/index.js +0 -1
  301. package/dist/js/treeshaking/types/legacyConfig/output.js +0 -1
  302. package/dist/js/treeshaking/types/legacyConfig/source.js +0 -1
  303. package/dist/js/treeshaking/types/legacyConfig/tools.js +0 -1
  304. package/dist/js/treeshaking/types/utils.js +0 -1
  305. package/dist/js/treeshaking/utils/config.js +0 -302
  306. package/dist/js/treeshaking/utils/createServer.js +0 -258
  307. package/dist/js/treeshaking/utils/env.js +0 -13
  308. package/dist/js/treeshaking/utils/generateWatchFiles.js +0 -214
  309. package/dist/js/treeshaking/utils/getSelectedEntries.js +0 -186
  310. package/dist/js/treeshaking/utils/getServerInternalPlugins.js +0 -210
  311. package/dist/js/treeshaking/utils/language.js +0 -6
  312. package/dist/js/treeshaking/utils/printInstructions.js +0 -152
  313. package/dist/js/treeshaking/utils/restart.js +0 -187
  314. package/dist/js/treeshaking/utils/routes.js +0 -153
  315. package/dist/js/treeshaking/utils/types.js +0 -1
  316. package/dist/types/utils/language.d.ts +0 -1
@@ -1,174 +1,6 @@
1
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
2
- try {
3
- var info = gen[key](arg);
4
- var value = info.value;
5
- } catch (error) {
6
- reject(error);
7
- return;
8
- }
9
- if (info.done) {
10
- resolve(value);
11
- } else {
12
- Promise.resolve(value).then(_next, _throw);
13
- }
14
- }
15
- function _asyncToGenerator(fn) {
16
- return function() {
17
- var self = this, args = arguments;
18
- return new Promise(function(resolve, reject) {
19
- var gen = fn.apply(self, args);
20
- function _next(value) {
21
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
22
- }
23
- function _throw(err) {
24
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
25
- }
26
- _next(undefined);
27
- });
28
- };
29
- }
30
- var __generator = this && this.__generator || function(thisArg, body) {
31
- var f, y, t, g, _ = {
32
- label: 0,
33
- sent: function() {
34
- if (t[0] & 1) throw t[1];
35
- return t[1];
36
- },
37
- trys: [],
38
- ops: []
39
- };
40
- return g = {
41
- next: verb(0),
42
- "throw": verb(1),
43
- "return": verb(2)
44
- }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
45
- return this;
46
- }), g;
47
- function verb(n) {
48
- return function(v) {
49
- return step([
50
- n,
51
- v
52
- ]);
53
- };
54
- }
55
- function step(op) {
56
- if (f) throw new TypeError("Generator is already executing.");
57
- while(_)try {
58
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
59
- if (y = 0, t) op = [
60
- op[0] & 2,
61
- t.value
62
- ];
63
- switch(op[0]){
64
- case 0:
65
- case 1:
66
- t = op;
67
- break;
68
- case 4:
69
- _.label++;
70
- return {
71
- value: op[1],
72
- done: false
73
- };
74
- case 5:
75
- _.label++;
76
- y = op[1];
77
- op = [
78
- 0
79
- ];
80
- continue;
81
- case 7:
82
- op = _.ops.pop();
83
- _.trys.pop();
84
- continue;
85
- default:
86
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
87
- _ = 0;
88
- continue;
89
- }
90
- if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
91
- _.label = op[1];
92
- break;
93
- }
94
- if (op[0] === 6 && _.label < t[1]) {
95
- _.label = t[1];
96
- t = op;
97
- break;
98
- }
99
- if (t && _.label < t[2]) {
100
- _.label = t[2];
101
- _.ops.push(op);
102
- break;
103
- }
104
- if (t[2]) _.ops.pop();
105
- _.trys.pop();
106
- continue;
107
- }
108
- op = body.call(thisArg, _);
109
- } catch (e) {
110
- op = [
111
- 6,
112
- e
113
- ];
114
- y = 0;
115
- } finally{
116
- f = t = 0;
117
- }
118
- if (op[0] & 5) throw op[1];
119
- return {
120
- value: op[0] ? op[1] : void 0,
121
- done: true
122
- };
123
- }
124
- };
125
1
  import { builderRspackProvider } from "@modern-js/builder-rspack-provider";
126
2
  import { generateBuilder } from "../generator";
127
3
  function createRspackBuilderForModern(options) {
128
- return generateBuilder(options, builderRspackProvider, {
129
- modifyBuilderInstance: function modifyBuilderInstance(builder) {
130
- return _asyncToGenerator(function() {
131
- return __generator(this, function(_state) {
132
- applyBuilderPlugins(builder, options);
133
- return [
134
- 2
135
- ];
136
- });
137
- })();
138
- }
139
- });
140
- }
141
- function applyBuilderPlugins(builder, options) {
142
- return _applyBuilderPlugins.apply(this, arguments);
143
- }
144
- function _applyBuilderPlugins() {
145
- _applyBuilderPlugins = _asyncToGenerator(function(builder, options) {
146
- var normalizedConfig, builderPluginNodePolyfill;
147
- return __generator(this, function(_state) {
148
- switch(_state.label){
149
- case 0:
150
- normalizedConfig = options.normalizedConfig;
151
- if (!!normalizedConfig.output.disableNodePolyfill) return [
152
- 3,
153
- 2
154
- ];
155
- return [
156
- 4,
157
- import("@modern-js/builder-plugin-node-polyfill")
158
- ];
159
- case 1:
160
- builderPluginNodePolyfill = _state.sent().builderPluginNodePolyfill;
161
- builder.addPlugins([
162
- builderPluginNodePolyfill()
163
- ]);
164
- _state.label = 2;
165
- case 2:
166
- return [
167
- 2
168
- ];
169
- }
170
- });
171
- });
172
- return _applyBuilderPlugins.apply(this, arguments);
4
+ return generateBuilder(options, builderRspackProvider);
173
5
  }
174
6
  export { createRspackBuilderForModern };
@@ -247,42 +247,27 @@ function applyBuilderPlugins(builder, options) {
247
247
  }
248
248
  function _applyBuilderPlugins() {
249
249
  _applyBuilderPlugins = _asyncToGenerator(function(builder, options) {
250
- var normalizedConfig, builderPluginNodePolyfill, _normalizedConfig_tools, esbuildOptions, builderPluginEsbuild;
250
+ var normalizedConfig, _normalizedConfig_tools, esbuildOptions, builderPluginEsbuild;
251
251
  return __generator(this, function(_state) {
252
252
  switch(_state.label){
253
253
  case 0:
254
254
  normalizedConfig = options.normalizedConfig;
255
- if (!!normalizedConfig.output.disableNodePolyfill) return [
256
- 3,
257
- 2
258
- ];
259
- return [
260
- 4,
261
- import("@modern-js/builder-plugin-node-polyfill")
262
- ];
263
- case 1:
264
- builderPluginNodePolyfill = _state.sent().builderPluginNodePolyfill;
265
- builder.addPlugins([
266
- builderPluginNodePolyfill()
267
- ]);
268
- _state.label = 2;
269
- case 2:
270
255
  if (!normalizedConfig.tools.esbuild) return [
271
256
  3,
272
- 4
257
+ 2
273
258
  ];
274
259
  _normalizedConfig_tools = normalizedConfig.tools, esbuildOptions = _normalizedConfig_tools.esbuild;
275
260
  return [
276
261
  4,
277
262
  import("@modern-js/builder-plugin-esbuild")
278
263
  ];
279
- case 3:
264
+ case 1:
280
265
  builderPluginEsbuild = _state.sent().builderPluginEsbuild;
281
266
  builder.addPlugins([
282
267
  builderPluginEsbuild(esbuildOptions)
283
268
  ]);
284
- _state.label = 4;
285
- case 4:
269
+ _state.label = 2;
270
+ case 2:
286
271
  builder.addPlugins([
287
272
  builderPluginCompatModern(options)
288
273
  ]);
@@ -175,7 +175,7 @@ function applyBuilderPlugins(builder, options) {
175
175
  }
176
176
  function _applyBuilderPlugins() {
177
177
  _applyBuilderPlugins = _asyncToGenerator(function(builder, options) {
178
- var _ref, builderPluginAdapterBasic, builderPluginAdapterHtml, builderPluginAdapterSSR;
178
+ var _ref, builderPluginAdapterBasic, builderPluginAdapterHtml, builderPluginAdapterSSR, normalizedConfig, builderPluginNodePolyfill;
179
179
  return __generator(this, function(_state) {
180
180
  switch(_state.label){
181
181
  case 0:
@@ -190,6 +190,22 @@ function _applyBuilderPlugins() {
190
190
  builderPluginAdapterSSR(options),
191
191
  builderPluginAdapterHtml(options)
192
192
  ]);
193
+ normalizedConfig = options.normalizedConfig;
194
+ if (!!normalizedConfig.output.disableNodePolyfill) return [
195
+ 3,
196
+ 3
197
+ ];
198
+ return [
199
+ 4,
200
+ import("@modern-js/builder-plugin-node-polyfill")
201
+ ];
202
+ case 2:
203
+ builderPluginNodePolyfill = _state.sent().builderPluginNodePolyfill;
204
+ builder.addPlugins([
205
+ builderPluginNodePolyfill()
206
+ ]);
207
+ _state.label = 3;
208
+ case 3:
193
209
  return [
194
210
  2
195
211
  ];
@@ -1,3 +1,32 @@
1
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
2
+ try {
3
+ var info = gen[key](arg);
4
+ var value = info.value;
5
+ } catch (error) {
6
+ reject(error);
7
+ return;
8
+ }
9
+ if (info.done) {
10
+ resolve(value);
11
+ } else {
12
+ Promise.resolve(value).then(_next, _throw);
13
+ }
14
+ }
15
+ function _asyncToGenerator(fn) {
16
+ return function() {
17
+ var self = this, args = arguments;
18
+ return new Promise(function(resolve, reject) {
19
+ var gen = fn.apply(self, args);
20
+ function _next(value) {
21
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
22
+ }
23
+ function _throw(err) {
24
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
25
+ }
26
+ _next(undefined);
27
+ });
28
+ };
29
+ }
1
30
  function _defineProperty(obj, key, value) {
2
31
  if (key in obj) {
3
32
  Object.defineProperty(obj, key, {
@@ -50,7 +79,103 @@ function _objectSpreadProps(target, source) {
50
79
  }
51
80
  return target;
52
81
  }
53
- import { getEntryOptions } from "@modern-js/utils";
82
+ var __generator = this && this.__generator || function(thisArg, body) {
83
+ var f, y, t, g, _ = {
84
+ label: 0,
85
+ sent: function() {
86
+ if (t[0] & 1) throw t[1];
87
+ return t[1];
88
+ },
89
+ trys: [],
90
+ ops: []
91
+ };
92
+ return(g = {
93
+ next: verb(0),
94
+ "throw": verb(1),
95
+ "return": verb(2)
96
+ }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
97
+ return this;
98
+ }), g);
99
+ function verb(n) {
100
+ return function(v) {
101
+ return step([
102
+ n,
103
+ v
104
+ ]);
105
+ };
106
+ }
107
+ function step(op) {
108
+ if (f) throw new TypeError("Generator is already executing.");
109
+ while(_)try {
110
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
111
+ if (y = 0, t) op = [
112
+ op[0] & 2,
113
+ t.value
114
+ ];
115
+ switch(op[0]){
116
+ case 0:
117
+ case 1:
118
+ t = op;
119
+ break;
120
+ case 4:
121
+ _.label++;
122
+ return {
123
+ value: op[1],
124
+ done: false
125
+ };
126
+ case 5:
127
+ _.label++;
128
+ y = op[1];
129
+ op = [
130
+ 0
131
+ ];
132
+ continue;
133
+ case 7:
134
+ op = _.ops.pop();
135
+ _.trys.pop();
136
+ continue;
137
+ default:
138
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
139
+ _ = 0;
140
+ continue;
141
+ }
142
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
143
+ _.label = op[1];
144
+ break;
145
+ }
146
+ if (op[0] === 6 && _.label < t[1]) {
147
+ _.label = t[1];
148
+ t = op;
149
+ break;
150
+ }
151
+ if (t && _.label < t[2]) {
152
+ _.label = t[2];
153
+ _.ops.push(op);
154
+ break;
155
+ }
156
+ if (t[2]) _.ops.pop();
157
+ _.trys.pop();
158
+ continue;
159
+ }
160
+ op = body.call(thisArg, _);
161
+ } catch (e) {
162
+ op = [
163
+ 6,
164
+ e
165
+ ];
166
+ y = 0;
167
+ } finally{
168
+ f = t = 0;
169
+ }
170
+ if (op[0] & 5) throw op[1];
171
+ return {
172
+ value: op[0] ? op[1] : void 0,
173
+ done: true
174
+ };
175
+ }
176
+ };
177
+ import { createVirtualModule } from "@modern-js/builder-shared";
178
+ import { getEntryOptions, removeTailSlash } from "@modern-js/utils";
54
179
  import { template as lodashTemplate } from "@modern-js/utils/lodash";
55
180
  import { BottomTemplatePlugin } from "../bundlerPlugins";
56
181
  function isHtmlEnabled(config, target) {
@@ -59,24 +184,101 @@ function isHtmlEnabled(config, target) {
59
184
  }
60
185
  var builderPluginAdapterHtml = function(options) {
61
186
  return {
62
- name: "builder-plugin-adpater-modern-html",
187
+ name: "builder-plugin-adapter-modern-html",
63
188
  setup: function setup(api) {
64
- api.modifyBundlerChain(function(chain, param) {
65
- var CHAIN_ID = param.CHAIN_ID, target = param.target, HtmlBundlerPlugin = param.HtmlPlugin;
66
- var builderConfig = api.getNormalizedConfig();
67
- if (isHtmlEnabled(builderConfig, target)) {
68
- applyBottomHtmlPlugin({
69
- api: api,
70
- options: options,
71
- chain: chain,
72
- CHAIN_ID: CHAIN_ID,
73
- HtmlBundlerPlugin: HtmlBundlerPlugin
189
+ api.modifyBundlerChain(function() {
190
+ var _ref = _asyncToGenerator(function(chain, param) {
191
+ var CHAIN_ID, target, HtmlBundlerPlugin, builderConfig;
192
+ return __generator(this, function(_state) {
193
+ switch(_state.label){
194
+ case 0:
195
+ CHAIN_ID = param.CHAIN_ID, target = param.target, HtmlBundlerPlugin = param.HtmlPlugin;
196
+ builderConfig = api.getNormalizedConfig();
197
+ if (!isHtmlEnabled(builderConfig, target)) return [
198
+ 3,
199
+ 2
200
+ ];
201
+ applyBottomHtmlPlugin({
202
+ api: api,
203
+ options: options,
204
+ chain: chain,
205
+ CHAIN_ID: CHAIN_ID,
206
+ HtmlBundlerPlugin: HtmlBundlerPlugin
207
+ });
208
+ return [
209
+ 4,
210
+ injectAssetPrefix({
211
+ api: api,
212
+ chain: chain
213
+ })
214
+ ];
215
+ case 1:
216
+ _state.sent();
217
+ _state.label = 2;
218
+ case 2:
219
+ return [
220
+ 2
221
+ ];
222
+ }
74
223
  });
75
- }
76
- });
224
+ });
225
+ return function(chain, _) {
226
+ return _ref.apply(this, arguments);
227
+ };
228
+ }());
77
229
  }
78
230
  };
79
231
  };
232
+ function injectAssetPrefix(_) {
233
+ return _injectAssetPrefix.apply(this, arguments);
234
+ }
235
+ function _injectAssetPrefix() {
236
+ _injectAssetPrefix = _asyncToGenerator(function(param) {
237
+ var api, chain, entries, entryNames, assetPrefix, code, isRspack, fileName, _ref, RspackVirtualModulePlugin;
238
+ return __generator(this, function(_state) {
239
+ switch(_state.label){
240
+ case 0:
241
+ api = param.api, chain = param.chain;
242
+ entries = chain.entryPoints.entries() || {};
243
+ entryNames = Object.keys(entries);
244
+ assetPrefix = removeTailSlash(chain.output.get("publicPath") || "");
245
+ code = "window.__assetPrefix__ = '".concat(assetPrefix, "';");
246
+ isRspack = api.context.bundlerType === "rspack";
247
+ if (!isRspack) return [
248
+ 3,
249
+ 2
250
+ ];
251
+ fileName = "rspack-asset-prefix";
252
+ return [
253
+ 4,
254
+ import("rspack-plugin-virtual-module")
255
+ ];
256
+ case 1:
257
+ _ref = _state.sent(), RspackVirtualModulePlugin = _ref.default;
258
+ entryNames.forEach(function(entryName) {
259
+ entries[entryName].prepend(fileName);
260
+ chain.plugin("rspack-asset-prefix").use(RspackVirtualModulePlugin, [
261
+ _defineProperty({}, fileName, code)
262
+ ]);
263
+ });
264
+ return [
265
+ 3,
266
+ 3
267
+ ];
268
+ case 2:
269
+ entryNames.forEach(function(entryName) {
270
+ entries[entryName].prepend(createVirtualModule(code));
271
+ });
272
+ _state.label = 3;
273
+ case 3:
274
+ return [
275
+ 2
276
+ ];
277
+ }
278
+ });
279
+ });
280
+ return _injectAssetPrefix.apply(this, arguments);
281
+ }
80
282
  function applyBottomHtmlPlugin(param) {
81
283
  var api = param.api, chain = param.chain, options = param.options, CHAIN_ID = param.CHAIN_ID, HtmlBundlerPlugin = param.HtmlBundlerPlugin;
82
284
  var modernConfig = options.normalizedConfig, appContext = options.appContext;
@@ -122,6 +122,7 @@ var __generator = this && this.__generator || function(thisArg, body) {
122
122
  };
123
123
  }
124
124
  };
125
+ import * as path from "path";
125
126
  import { mergeBuilderConfig } from "@modern-js/builder-shared";
126
127
  import { isSSR, fs } from "@modern-js/utils";
127
128
  import { HtmlAsyncChunkPlugin, RouterPlugin } from "../bundlerPlugins";
@@ -162,6 +163,7 @@ var builderPluginAdapterSSR = function(options) {
162
163
  ];
163
164
  case 1:
164
165
  _state.sent();
166
+ applySSRDataLoader(chain, options);
165
167
  _state.label = 2;
166
168
  case 2:
167
169
  if ([
@@ -354,4 +356,12 @@ function _applySSRLoaderEntry() {
354
356
  });
355
357
  return _applySSRLoaderEntry.apply(this, arguments);
356
358
  }
359
+ function applySSRDataLoader(chain, options) {
360
+ var normalizedConfig = options.normalizedConfig, appContext = options.appContext;
361
+ var appDirectory = appContext.appDirectory;
362
+ var _normalizedConfig_source = normalizedConfig.source, _normalizedConfig_source_entriesDir = _normalizedConfig_source.entriesDir, entriesDir = _normalizedConfig_source_entriesDir === void 0 ? "./src" : _normalizedConfig_source_entriesDir;
363
+ var absolutePath = path.resolve(appDirectory, entriesDir);
364
+ var reg = new RegExp("".concat(absolutePath, ".*\\.loader\\.[t|j]s$"));
365
+ chain.module.rule("ssr-data-loader").test(reg).use("data-loader").loader(require.resolve("@modern-js/plugin-data-loader/loader")).end();
366
+ }
357
367
  export { builderPluginAdapterSSR };
@@ -200,7 +200,7 @@ var __generator = this && this.__generator || function(thisArg, body) {
200
200
  }
201
201
  };
202
202
  import path from "path";
203
- import { fs, logger } from "@modern-js/utils";
203
+ import { fs } from "@modern-js/utils";
204
204
  import { ROUTE_MANIFEST_FILE } from "@modern-js/utils/constants";
205
205
  import { ROUTE_MANIFEST } from "@modern-js/utils/universal/constants";
206
206
  var PLUGIN_NAME = "ModernjsRoutePlugin";
@@ -237,7 +237,7 @@ var RouterPlugin = /*#__PURE__*/ function() {
237
237
  name: PLUGIN_NAME,
238
238
  stage: PROCESS_ASSETS_STAGE_REPORT
239
239
  }, /*#__PURE__*/ _asyncToGenerator(function() {
240
- var stats, publicPath, _stats_chunks, chunks, assetsByChunkName, namedChunkGroups, routeAssets, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, _step_value, name, chunkGroup, assets, referenceCssAssets, manifest, injectedContent, entrypointsArray, entryChunkIds, entryChunks, entryChunkFiles, _iteratorNormalCompletion1, _didIteratorError1, _iteratorError1, _iterator1, _step1, file, asset, newContent, filename;
240
+ var stats, publicPath, _stats_chunks, chunks, namedChunkGroups, routeAssets, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, _step_value, name, chunkGroup, assets, referenceCssAssets, manifest, injectedContent, entrypointsArray, entryChunkIds, entryChunks, entryChunkFiles, _iteratorNormalCompletion1, _didIteratorError1, _iteratorError1, _iterator1, _step1, file, asset, newContent, filename;
241
241
  return __generator(this, function(_state) {
242
242
  switch(_state.label){
243
243
  case 0:
@@ -249,10 +249,9 @@ var RouterPlugin = /*#__PURE__*/ function() {
249
249
  chunks: true,
250
250
  ids: true
251
251
  });
252
- publicPath = stats.publicPath, _stats_chunks = stats.chunks, chunks = _stats_chunks === void 0 ? [] : _stats_chunks, assetsByChunkName = stats.assetsByChunkName, namedChunkGroups = stats.namedChunkGroups;
252
+ publicPath = stats.publicPath, _stats_chunks = stats.chunks, chunks = _stats_chunks === void 0 ? [] : _stats_chunks, namedChunkGroups = stats.namedChunkGroups;
253
253
  routeAssets = {};
254
- if (!namedChunkGroups || !assetsByChunkName) {
255
- logger.warn("Route manifest does not exist, performance will be affected");
254
+ if (!namedChunkGroups) {
256
255
  return [
257
256
  2
258
257
  ];
@@ -7,7 +7,7 @@ function transformNormalizedConfig(config) {
7
7
  var output = createOutputConfig(config);
8
8
  var source = createSourceConfig(config);
9
9
  var tools = createToolsConfig(config);
10
- var bff = config.bff, dev = config.dev, deploy = config.deploy, runtime = config.runtime, runtimeByEntries = config.runtimeByEntries, server = config.server, cliOptions = config.cliOptions, plugins = config.plugins, testing = config.testing;
10
+ var bff = config.bff, dev = config.dev, deploy = config.deploy, runtime = config.runtime, runtimeByEntries = config.runtimeByEntries, server = config.server, cliOptions = config.cliOptions, plugins = config.plugins, testing = config.testing, autoLoadPlugins = config.autoLoadPlugins;
11
11
  return {
12
12
  source: source,
13
13
  html: html,
@@ -26,7 +26,7 @@ function transformNormalizedConfig(config) {
26
26
  security: {},
27
27
  _raw: {},
28
28
  experiments: {},
29
- autoLoadPlugins: true,
29
+ autoLoadPlugins: autoLoadPlugins,
30
30
  performance: {
31
31
  removeMomentLocale: true
32
32
  }
@@ -53,9 +53,11 @@ function _objectSpreadProps(target, source) {
53
53
  var defineConfig = function(config) {
54
54
  return config;
55
55
  };
56
+ var _config_autoLoadPlugins;
56
57
  var defineLegacyConfig = function(config) {
57
58
  return _objectSpreadProps(_objectSpread({}, config), {
58
- legacy: true
59
+ legacy: true,
60
+ autoLoadPlugins: (_config_autoLoadPlugins = config.autoLoadPlugins) !== null && _config_autoLoadPlugins !== void 0 ? _config_autoLoadPlugins : true
59
61
  });
60
62
  };
61
63
  export { defineConfig, defineLegacyConfig };
package/dist/esm/index.js CHANGED
@@ -178,13 +178,14 @@ import path from "path";
178
178
  import lintPlugin from "@modern-js/plugin-lint";
179
179
  import { cleanRequireCache, emptyDir, Import, getCommand } from "@modern-js/utils";
180
180
  import { castArray } from "@modern-js/utils/lodash";
181
+ import { getLocaleLanguage } from "@modern-js/plugin-i18n/language-detector";
181
182
  import analyzePlugin from "./analyze";
182
183
  import initializePlugin from "./initialize";
183
184
  import { hooks } from "./hooks";
184
185
  import { i18n, localeKeys } from "./locale";
185
- import { getLocaleLanguage } from "./utils/language";
186
186
  import { restart } from "./utils/restart";
187
187
  import { generateWatchFiles } from "./utils/generateWatchFiles";
188
+ import { mergeConfig } from "@modern-js/core";
188
189
  export * from "./defineConfig";
189
190
  export * from "./types";
190
191
  var upgradeModel = Import.lazy("@modern-js/upgrade", require);
@@ -711,4 +712,4 @@ var src_default = function() {
711
712
  }
712
713
  };
713
714
  };
714
- export { buildCommand, src_default as default, devCommand };
715
+ export { buildCommand, src_default as default, devCommand, mergeConfig };
@@ -181,10 +181,21 @@ var initialize_default = function(param) {
181
181
  var bundler = param.bundler;
182
182
  return {
183
183
  name: "@modern-js/plugin-initialize",
184
+ post: [
185
+ "@modern-js/plugin-ssr",
186
+ "@modern-js/plugin-document",
187
+ "@modern-js/plugin-state",
188
+ "@modern-js/plugin-router",
189
+ "@modern-js/plugin-router-v5",
190
+ "@modern-js/plugin-polyfill"
191
+ ],
184
192
  setup: function setup(api) {
185
193
  var config = function() {
186
194
  var appContext = api.useAppContext();
187
195
  var userConfig = api.useConfigContext();
196
+ api.setAppContext(_objectSpreadProps(_objectSpread({}, appContext), {
197
+ bundlerType: bundler
198
+ }));
188
199
  return checkIsLegacyConfig(userConfig) ? createLegacyDefaultConfig(appContext) : createDefaultConfig(appContext, bundler);
189
200
  };
190
201
  var validateSchema = function() {
@@ -198,7 +209,7 @@ var initialize_default = function(param) {
198
209
  resolvedConfig: function resolvedConfig(param) {
199
210
  var resolved = param.resolved;
200
211
  return _asyncToGenerator(function() {
201
- var _resolved_output_distPath, appContext, userConfig, port, normalizedConfig;
212
+ var _resolved_output_distPath, appContext, userConfig, port, normalizedConfig, _normalizedConfig_autoLoadPlugins;
202
213
  return __generator(this, function(_state) {
203
214
  switch(_state.label){
204
215
  case 0:
@@ -220,7 +231,7 @@ var initialize_default = function(param) {
220
231
  resolved.server = _objectSpreadProps(_objectSpread({}, normalizedConfig.server || {}), {
221
232
  port: port
222
233
  });
223
- resolved.autoLoadPlugins = normalizedConfig.autoLoadPlugins || false;
234
+ resolved.autoLoadPlugins = (_normalizedConfig_autoLoadPlugins = normalizedConfig.autoLoadPlugins) !== null && _normalizedConfig_autoLoadPlugins !== void 0 ? _normalizedConfig_autoLoadPlugins : false;
224
235
  stabilizeConfig(resolved, normalizedConfig, [
225
236
  "source",
226
237
  "bff",
@@ -2,7 +2,7 @@ import { I18n } from "@modern-js/plugin-i18n";
2
2
  import { ZH_LOCALE } from "./zh";
3
3
  import { EN_LOCALE } from "./en";
4
4
  var i18n = new I18n();
5
- var localeKeys = i18n.init("zh", {
5
+ var localeKeys = i18n.init("en", {
6
6
  zh: ZH_LOCALE,
7
7
  en: EN_LOCALE
8
8
  });