@parcel/packager-react-static 2.13.4-canary.3393 → 2.13.4-canary.3395
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.
|
@@ -249,7 +249,6 @@ async function loadBundleUncached(bundle, bundleGraph, getInlineBundleContents)
|
|
|
249
249
|
return [[entryBundle.id, [(0, _nullthrows().default)(entryBundle.getMainEntry()), contents]]];
|
|
250
250
|
});
|
|
251
251
|
} else if (entryBundle) {
|
|
252
|
-
// console.log('here', entryBundle)
|
|
253
252
|
queue.add(async () => {
|
|
254
253
|
let {
|
|
255
254
|
assets: subAssets
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parcel/packager-react-static",
|
|
3
|
-
"version": "2.13.4-canary.
|
|
3
|
+
"version": "2.13.4-canary.3395+f86f5f27c",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"source": "src/ReactStaticPackager.js",
|
|
18
18
|
"engines": {
|
|
19
19
|
"node": ">= 16.0.0",
|
|
20
|
-
"parcel": "^2.0.0-canary.
|
|
20
|
+
"parcel": "^2.0.0-canary.1770+f86f5f27c"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@parcel/node-resolver-core": "3.4.4-canary.
|
|
24
|
-
"@parcel/plugin": "2.0.0-canary.
|
|
25
|
-
"@parcel/rust": "2.13.4-canary.
|
|
26
|
-
"@parcel/types": "2.0.0-canary.
|
|
27
|
-
"@parcel/utils": "2.0.0-canary.
|
|
23
|
+
"@parcel/node-resolver-core": "3.4.4-canary.3395+f86f5f27c",
|
|
24
|
+
"@parcel/plugin": "2.0.0-canary.1772+f86f5f27c",
|
|
25
|
+
"@parcel/rust": "2.13.4-canary.3395+f86f5f27c",
|
|
26
|
+
"@parcel/types": "2.0.0-canary.1772+f86f5f27c",
|
|
27
|
+
"@parcel/utils": "2.0.0-canary.1772+f86f5f27c",
|
|
28
28
|
"nullthrows": "^1.1.1",
|
|
29
29
|
"rsc-html-stream": "^0.0.4"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "f86f5f27c3a6553e70bd35652f19e6ab8d8e4e4a"
|
|
32
32
|
}
|