Skip to content

Commit 0276613

Browse files
committed
Update appComponents path to activity
1 parent 3eb16ac commit 0276613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = env => {
1616
const appComponents = [
1717
"tns-core-modules/ui/frame",
1818
"tns-core-modules/ui/frame/activity",
19-
resolve(__dirname, "app/activity.android.ts"),
19+
"./activity.android.ts",
2020
];
2121

2222
const platform = env && (env.android && "android" || env.ios && "ios");

0 commit comments

Comments
 (0)