mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 20:00:16 +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"
|
"url": "https://github.com/NativeScript/NativeScript"
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"./globals/index.js"
|
"bundle-entry-points.js",
|
||||||
|
"./globals/index.js",
|
||||||
|
"./globals"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"**/*.d.ts",
|
"**/*.d.ts",
|
||||||
|
Reference in New Issue
Block a user