We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cccde88 commit 1341da4Copy full SHA for 1341da4
2 files changed
angular.json
@@ -117,4 +117,4 @@
117
}
118
}},
119
"defaultProject": "nw-angular"
120
-}
+}
src/index.html
@@ -8,7 +8,9 @@
8
<link rel="icon" type="image/x-icon" href="favicon.ico">
9
<script>
10
window.nw_global = window.global;
11
- window.global = undefined;
+ window.global = undefined; // can be accessed with window.nw.global or window.nw_global
12
+ window.require = undefined; // can be accessed with window.nw.require
13
+ window.process = undefined; // can be accessed with window.nw.process
14
</script>
15
</head>
16
<body>
0 commit comments