diff --git a/build.debug.yaml b/build.debug.yaml index ceb3d78..8e1c1b5 100644 --- a/build.debug.yaml +++ b/build.debug.yaml @@ -3,7 +3,18 @@ targets: builders: build_web_compilers|entrypoint: generate_for: - - web/main.dart + - example/basic/example.dart + - example/cancel/example.dart + - example/custom_acceptor/example.dart + - example/detection_only/example.dart + - example/free_dragging/example.dart + - example/handle/example.dart + - example/horizontal_only/example.dart + - example/nested_dropzones/example.dart + - example/nested_elements/example.dart + - example/parent_offset/example.dart + - example/scroll_offset/example.dart + - example/simple_sortable/example.dart options: compiler: dartdevc dart2js_args: diff --git a/build.release.yaml b/build.release.yaml index 8a1656b..c6a67a7 100644 --- a/build.release.yaml +++ b/build.release.yaml @@ -3,7 +3,18 @@ targets: builders: build_web_compilers|entrypoint: generate_for: - - web/main.dart + - example/basic/example.dart + - example/cancel/example.dart + - example/custom_acceptor/example.dart + - example/detection_only/example.dart + - example/free_dragging/example.dart + - example/handle/example.dart + - example/horizontal_only/example.dart + - example/nested_dropzones/example.dart + - example/nested_elements/example.dart + - example/parent_offset/example.dart + - example/scroll_offset/example.dart + - example/simple_sortable/example.dart options: compiler: dart2js dart2js_args: