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

Commit edce86e

Browse files
authored
fix-next: disable page registration for Angular apps (#538)
1 parent aaf4e88 commit edce86e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/webpack.angular.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ module.exports = env => {
146146
{
147147
loader: "nativescript-dev-webpack/bundle-config-loader",
148148
options: {
149+
registerPages: false,
149150
loadCss: !snapshot, // load the application css if in debug mode
150151
}
151152
},

0 commit comments

Comments
 (0)