Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 26d40ca

Browse files
authored
Merge branch 'master' into sis0k0/platform-host
2 parents 0de2532 + be150f7 commit 26d40ca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

plugins/NativeScriptSnapshotPlugin/options.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"type": "object",
33
"properties": {
4+
"androidNdkPath": {
5+
"type": "string"
6+
},
47
"chunk": {
58
"type": "string"
69
},

templates/webpack.angular.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ module.exports = env => {
149149
{
150150
loader: "nativescript-dev-webpack/bundle-config-loader",
151151
options: {
152+
registerPages: false,
152153
loadCss: !snapshot, // load the application css if in debug mode
153154
}
154155
},

0 commit comments

Comments
 (0)