Skip to content

Commit 3437ed7

Browse files
authored
fix(core): global handling with env.production flag (NativeScript#8903)
closes NativeScript#8778 closes NativeScript#8872
1 parent 2640a5f commit 3437ed7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "7.0.5",
6+
"version": "7.0.6",
77
"homepage": "https://nativescript.org",
88
"repository": {
99
"type": "git",

packages/core/ui/styling/css-selector/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import '../../../globals';
12
import { isNullOrUndefined } from '../../../utils/types';
23

34
import * as cssParser from '../../../css';

0 commit comments

Comments
 (0)