@parcel/transformer-react-refresh-wrap 2.0.0-nightly.1514 → 2.0.0-nightly.1519
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.
- package/lib/helpers/helpers.js +1 -1
- package/package.json +5 -5
- package/src/helpers/helpers.js +1 -1
package/lib/helpers/helpers.js
CHANGED
|
@@ -33,7 +33,7 @@ var enqueueUpdate = debounce(function () {
|
|
|
33
33
|
Refresh.performReactRefresh();
|
|
34
34
|
}, 30);
|
|
35
35
|
|
|
36
|
-
//
|
|
36
|
+
// Everything below is either adapted or copied from
|
|
37
37
|
// https://github.com/facebook/metro/blob/61de16bd1edd7e738dd0311c89555a644023ab2d/packages/metro/src/lib/polyfills/require.js
|
|
38
38
|
// MIT License - Copyright (c) Facebook, Inc. and its affiliates.
|
|
39
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parcel/transformer-react-refresh-wrap",
|
|
3
|
-
"version": "2.0.0-nightly.
|
|
3
|
+
"version": "2.0.0-nightly.1519+40c370f09",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"source": "src/ReactRefreshWrapTransformer.js",
|
|
18
18
|
"engines": {
|
|
19
19
|
"node": ">= 12.0.0",
|
|
20
|
-
"parcel": "2.0.0-nightly.
|
|
20
|
+
"parcel": "2.0.0-nightly.1517+40c370f09"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@parcel/plugin": "2.0.0-nightly.
|
|
24
|
-
"@parcel/utils": "2.0.0-nightly.
|
|
23
|
+
"@parcel/plugin": "2.0.0-nightly.1519+40c370f09",
|
|
24
|
+
"@parcel/utils": "2.0.0-nightly.1519+40c370f09",
|
|
25
25
|
"react-refresh": "^0.9.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "40c370f09a1c4b7eee5a6ad2b1b74fb95a04f389"
|
|
28
28
|
}
|
package/src/helpers/helpers.js
CHANGED
|
@@ -32,7 +32,7 @@ var enqueueUpdate = debounce(function () {
|
|
|
32
32
|
Refresh.performReactRefresh();
|
|
33
33
|
}, 30);
|
|
34
34
|
|
|
35
|
-
//
|
|
35
|
+
// Everything below is either adapted or copied from
|
|
36
36
|
// https://github.com/facebook/metro/blob/61de16bd1edd7e738dd0311c89555a644023ab2d/packages/metro/src/lib/polyfills/require.js
|
|
37
37
|
// MIT License - Copyright (c) Facebook, Inc. and its affiliates.
|
|
38
38
|
|