Skip to content

Commit dc72541

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
refactor: resolve extended activity to absolute path
1 parent 6545432 commit dc72541

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-
"./activity.android.ts",
19+
resolve(__dirname, "app/main-activity.android.ts"),
2020
];
2121

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

0 commit comments

Comments
 (0)