mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
fix(core): global handling with env.production flag (#8903)
closes https://github.com/NativeScript/NativeScript/issues/8778 closes https://github.com/NativeScript/NativeScript/issues/8872
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
"main": "index",
|
"main": "index",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"description": "NativeScript Core Modules",
|
"description": "NativeScript Core Modules",
|
||||||
"version": "7.0.5",
|
"version": "7.0.6",
|
||||||
"homepage": "https://nativescript.org",
|
"homepage": "https://nativescript.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import '../../../globals';
|
||||||
import { isNullOrUndefined } from '../../../utils/types';
|
import { isNullOrUndefined } from '../../../utils/types';
|
||||||
|
|
||||||
import * as cssParser from '../../../css';
|
import * as cssParser from '../../../css';
|
||||||
|
Reference in New Issue
Block a user