@bleedingdev/modern-js-app-tools 3.2.0-ultramodern.123 → 3.2.0-ultramodern.125
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.
|
@@ -221,15 +221,14 @@ function getBuilderEnvironments(normalizedConfig, appContext, tempBuilderConfig)
|
|
|
221
221
|
outputModule: true
|
|
222
222
|
},
|
|
223
223
|
externals: {
|
|
224
|
-
async_hooks: 'node:async_hooks',
|
|
225
|
-
'node:async_hooks': 'node:async_hooks'
|
|
224
|
+
async_hooks: 'module-import node:async_hooks',
|
|
225
|
+
'node:async_hooks': 'module-import node:async_hooks'
|
|
226
226
|
},
|
|
227
|
-
externalsType: 'module'
|
|
227
|
+
externalsType: 'module-import'
|
|
228
228
|
});
|
|
229
229
|
chain.output.module(true).library({
|
|
230
230
|
type: 'module'
|
|
231
231
|
}).chunkFormat('module').chunkLoading('import').workerChunkLoading('import');
|
|
232
|
-
chain.target('webworker');
|
|
233
232
|
chain.plugins.delete('plugin-module-federation');
|
|
234
233
|
if (tanstackRouterSsrServerFile) {
|
|
235
234
|
chain.resolve.alias.set('@tanstack/router-core/ssr/server$', tanstackRouterSsrServerFile);
|
|
@@ -178,15 +178,14 @@ function getBuilderEnvironments(normalizedConfig, appContext, tempBuilderConfig)
|
|
|
178
178
|
outputModule: true
|
|
179
179
|
},
|
|
180
180
|
externals: {
|
|
181
|
-
async_hooks: 'node:async_hooks',
|
|
182
|
-
'node:async_hooks': 'node:async_hooks'
|
|
181
|
+
async_hooks: 'module-import node:async_hooks',
|
|
182
|
+
'node:async_hooks': 'module-import node:async_hooks'
|
|
183
183
|
},
|
|
184
|
-
externalsType: 'module'
|
|
184
|
+
externalsType: 'module-import'
|
|
185
185
|
});
|
|
186
186
|
chain.output.module(true).library({
|
|
187
187
|
type: 'module'
|
|
188
188
|
}).chunkFormat('module').chunkLoading('import').workerChunkLoading('import');
|
|
189
|
-
chain.target('webworker');
|
|
190
189
|
chain.plugins.delete('plugin-module-federation');
|
|
191
190
|
if (tanstackRouterSsrServerFile) {
|
|
192
191
|
chain.resolve.alias.set('@tanstack/router-core/ssr/server$', tanstackRouterSsrServerFile);
|
|
@@ -183,15 +183,14 @@ function getBuilderEnvironments(normalizedConfig, appContext, tempBuilderConfig)
|
|
|
183
183
|
outputModule: true
|
|
184
184
|
},
|
|
185
185
|
externals: {
|
|
186
|
-
async_hooks: 'node:async_hooks',
|
|
187
|
-
'node:async_hooks': 'node:async_hooks'
|
|
186
|
+
async_hooks: 'module-import node:async_hooks',
|
|
187
|
+
'node:async_hooks': 'module-import node:async_hooks'
|
|
188
188
|
},
|
|
189
|
-
externalsType: 'module'
|
|
189
|
+
externalsType: 'module-import'
|
|
190
190
|
});
|
|
191
191
|
chain.output.module(true).library({
|
|
192
192
|
type: 'module'
|
|
193
193
|
}).chunkFormat('module').chunkLoading('import').workerChunkLoading('import');
|
|
194
|
-
chain.target('webworker');
|
|
195
194
|
chain.plugins.delete('plugin-module-federation');
|
|
196
195
|
if (tanstackRouterSsrServerFile) {
|
|
197
196
|
chain.resolve.alias.set('@tanstack/router-core/ssr/server$', tanstackRouterSsrServerFile);
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"modern",
|
|
18
18
|
"modern.js"
|
|
19
19
|
],
|
|
20
|
-
"version": "3.2.0-ultramodern.
|
|
20
|
+
"version": "3.2.0-ultramodern.125",
|
|
21
21
|
"types": "./dist/types/index.d.ts",
|
|
22
22
|
"main": "./dist/cjs/index.js",
|
|
23
23
|
"exports": {
|
|
@@ -97,16 +97,16 @@
|
|
|
97
97
|
"ndepe": "^0.1.13",
|
|
98
98
|
"pkg-types": "^2.3.1",
|
|
99
99
|
"std-env": "4.1.0",
|
|
100
|
-
"@modern-js/builder": "npm:@bleedingdev/modern-js-builder@3.2.0-ultramodern.
|
|
101
|
-
"@modern-js/
|
|
102
|
-
"@modern-js/
|
|
103
|
-
"@modern-js/
|
|
104
|
-
"@modern-js/
|
|
105
|
-
"@modern-js/server": "npm:@bleedingdev/modern-js-server@3.2.0-ultramodern.
|
|
106
|
-
"@modern-js/
|
|
107
|
-
"@modern-js/server-core": "npm:@bleedingdev/modern-js-server-core@3.2.0-ultramodern.
|
|
108
|
-
"@modern-js/
|
|
109
|
-
"@modern-js/
|
|
100
|
+
"@modern-js/builder": "npm:@bleedingdev/modern-js-builder@3.2.0-ultramodern.125",
|
|
101
|
+
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.125",
|
|
102
|
+
"@modern-js/plugin": "npm:@bleedingdev/modern-js-plugin@3.2.0-ultramodern.125",
|
|
103
|
+
"@modern-js/plugin-data-loader": "npm:@bleedingdev/modern-js-plugin-data-loader@3.2.0-ultramodern.125",
|
|
104
|
+
"@modern-js/server": "npm:@bleedingdev/modern-js-server@3.2.0-ultramodern.125",
|
|
105
|
+
"@modern-js/prod-server": "npm:@bleedingdev/modern-js-prod-server@3.2.0-ultramodern.125",
|
|
106
|
+
"@modern-js/server-utils": "npm:@bleedingdev/modern-js-server-utils@3.2.0-ultramodern.125",
|
|
107
|
+
"@modern-js/server-core": "npm:@bleedingdev/modern-js-server-core@3.2.0-ultramodern.125",
|
|
108
|
+
"@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.125",
|
|
109
|
+
"@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.125"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@rslib/core": "0.22.0",
|