We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1c88b commit 51619acCopy full SHA for 51619ac
demo/app/vendor-platform.android.ts
@@ -1,9 +1,9 @@
1
require("application");
2
if (!global["__snapshot"]) {
3
- /*
4
- In case snapshot generation is enabled these modules will get into the bundle but will not be required/evaluated.
+ /*
+ In case snapshot generation is enabled these modules will get into the bundle but will not be required/evaluated.
5
The snapshot webpack plugin will add them to the tns-java-classes.js bundle file. This way, they will be evaluated on app start as early as possible.
6
*/
7
- require("ui/frame");
8
- require("ui/frame/activity");
+ require("ui/frame");
+ require("ui/frame/activity");
9
}
0 commit comments