Skip to content

Commit 12076be

Browse files
committed
Add todo
1 parent 2532c8b commit 12076be

File tree

1 file changed

+1
-0
lines changed
  • pkgs/native_assets_cli/example/link/package_with_assets/hook

1 file changed

+1
-0
lines changed

pkgs/native_assets_cli/example/link/package_with_assets/hook/link.dart

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import 'package:native_assets_cli/native_assets_cli.dart';
66

77
void main(List<String> args) async {
88
await link(args, (config, output) async {
9+
//TODO: Add tree shaking by reading the resources.json produced by the SDK.
910
final dataAssets = config.assets.whereType<DataAsset>();
1011
output.addAssets(dataAssets);
1112
});

0 commit comments

Comments
 (0)