@atlaspack/bundle-stats 2.14.19-noselfbuild-3f2849b52.0 → 2.14.19-noselfbuild-342bd6c75.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.
- package/lib/deep-imports.js +1 -1
- package/package.json +8 -8
- package/src/deep-imports.js +1 -1
package/lib/deep-imports.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
/* eslint-disable monorepo/no-internal-import */
|
4
|
-
module.exports = process.env.ATLASPACK_BUILD_ENV === 'production' || process.env.
|
4
|
+
module.exports = process.env.ATLASPACK_BUILD_ENV === 'production' || process.env.ATLASPACK_REGISTER_USE_SRC !== 'true' ? {
|
5
5
|
// Split up require specifier to outsmart packages/dev/babel-register/babel-plugin-module-translate.js
|
6
6
|
// $FlowFixMe(unsupported-syntax)
|
7
7
|
loadGraphs: require('@atlaspack/query' + '/lib/index.js').loadGraphs,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/bundle-stats",
|
3
|
-
"version": "2.14.19-noselfbuild-
|
3
|
+
"version": "2.14.19-noselfbuild-342bd6c75.0",
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -22,17 +22,17 @@
|
|
22
22
|
"node": ">= 16.0.0"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@atlaspack/core": "2.18.9-noselfbuild-
|
26
|
-
"@atlaspack/query": "2.14.19-noselfbuild-
|
27
|
-
"@atlaspack/reporter-bundle-stats": "2.14.19-noselfbuild-
|
28
|
-
"@atlaspack/utils": "2.16.2-noselfbuild-
|
25
|
+
"@atlaspack/core": "2.18.9-noselfbuild-342bd6c75.0",
|
26
|
+
"@atlaspack/query": "2.14.19-noselfbuild-342bd6c75.0",
|
27
|
+
"@atlaspack/reporter-bundle-stats": "2.14.19-noselfbuild-342bd6c75.0",
|
28
|
+
"@atlaspack/utils": "2.16.2-noselfbuild-342bd6c75.0",
|
29
29
|
"commander": "^7.0.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@atlaspack/babel-register": "2.14.2-noselfbuild-
|
33
|
-
"@atlaspack/types": "2.15.8-noselfbuild-
|
32
|
+
"@atlaspack/babel-register": "2.14.2-noselfbuild-342bd6c75.0",
|
33
|
+
"@atlaspack/types": "2.15.8-noselfbuild-342bd6c75.0",
|
34
34
|
"rimraf": "^5.0.5"
|
35
35
|
},
|
36
36
|
"type": "commonjs",
|
37
|
-
"gitHead": "
|
37
|
+
"gitHead": "342bd6c75293750e0f0a7636ddc8dfe30707efb6"
|
38
38
|
}
|
package/src/deep-imports.js
CHANGED
@@ -5,7 +5,7 @@ import typeof {getBundleStats} from '@atlaspack/reporter-bundle-stats/src/Bundle
|
|
5
5
|
import typeof {PackagedBundle as PackagedBundleClass} from '@atlaspack/core/src/public/Bundle';
|
6
6
|
|
7
7
|
module.exports = ((process.env.ATLASPACK_BUILD_ENV === 'production' ||
|
8
|
-
process.env.
|
8
|
+
process.env.ATLASPACK_REGISTER_USE_SRC !== 'true'
|
9
9
|
? {
|
10
10
|
// Split up require specifier to outsmart packages/dev/babel-register/babel-plugin-module-translate.js
|
11
11
|
// $FlowFixMe(unsupported-syntax)
|