fix(core): ensure globals do not get tree shaked (#8931)

closes https://github.com/NativeScript/NativeScript/issues/8925
This commit is contained in:
Martin Guillon
2020-10-03 23:05:12 +02:00
committed by GitHub
parent 26c7abeb14
commit bf772c46b7

View File

@ -10,7 +10,9 @@
"url": "https://github.com/NativeScript/NativeScript"
},
"sideEffects": [
"./globals/index.js"
"bundle-entry-points.js",
"./globals/index.js",
"./globals"
],
"files": [
"**/*.d.ts",