8000 fix(core): ensure globals do not get tree shaked (#8931) · NativeScript/NativeScript@bf772c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf772c4

Browse files
authored
fix(core): ensure globals do not get tree shaked (#8931)
closes #8925
1 parent 26c7abe commit bf772c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"url": "https://github.com/NativeScript/NativeScript"
1111
},
1212
"sideEffects": [
13-
"./globals/index.js"
13+
"bundle-entry-points.js",
14+
"./globals/index.js",
15+
"./globals"
1416
],
1517
"files": [
1618
"**/*.d.ts",

0 commit comments

Comments
 (0)
0