chore(transform): Remove reflection_entry_points from examples pubspec

Specifying `reflection_entry_points` is no longer necessary for most
Angular 2 apps.

Closes #3850
This commit is contained in:
Tim Blasi 2015-08-26 10:17:29 -07:00 committed by Timothy Blasi
parent 8ed22ce6e7
commit 5863f50316
1 changed files with 0 additions and 24 deletions

View File

@ -48,30 +48,6 @@ transformers:
#
# This entrypoint is not needed:
# - web/src/material/demo_common.dart
reflection_entry_points:
- web/src/gestures/index.dart
- web/src/hello_world/index.dart
- web/src/key_events/index.dart
- web/src/sourcemap/index.dart
- web/src/todo/index.dart
- web/src/model_driven_forms/index.dart
- web/src/observable_models/index.dart
- web/src/order_management/index.dart
- web/src/person_management/index.dart
- web/src/template_driven_forms/index.dart
# These entrypoints are disabled until cross-package urls are working (issue #2982)
# - web/src/material/button/index.dart
# - web/src/material/checkbox/index.dart
# - web/src/material/dialog/index.dart
# - web/src/material/grid_list/index.dart
# - web/src/material/input/index.dart
# - web/src/material/progress-linear/index.dart
# - web/src/material/radio/index.dart
# - web/src/material/switcher/index.dart
# - web/src/zippy_component/index.dart
#
# This entrypoint is not needed:
# - web/src/material/demo_common.dart
- $dart2js:
minify: false