mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 11:17:04 +08:00
fix(core): ensure globals do not get tree shaked (#8931)
closes https://github.com/NativeScript/NativeScript/issues/8925
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user