Skip to content

Commit 5863f50

Browse files
Tim Blasikegluneq
authored andcommitted
chore(transform): Remove reflection_entry_points from examples pubspec
Specifying `reflection_entry_points` is no longer necessary for most Angular 2 apps. Closes angular#3850
1 parent 8ed22ce commit 5863f50

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

modules/examples/pubspec.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,6 @@ transformers:
4848
#
4949
# This entrypoint is not needed:
5050
# - web/src/material/demo_common.dart
51-
reflection_entry_points:
52-
- web/src/gestures/index.dart
53-
- web/src/hello_world/index.dart
54-
- web/src/key_events/index.dart
55-
- web/src/sourcemap/index.dart
56-
- web/src/todo/index.dart
57-
- web/src/model_driven_forms/index.dart
58-
- web/src/observable_models/index.dart
59-
- web/src/order_management/index.dart
60-
- web/src/person_management/index.dart
61-
- web/src/template_driven_forms/index.dart
62-
# These entrypoints are disabled until cross-package urls are working (issue #2982)
63-
# - web/src/material/button/index.dart
64-
# - web/src/material/checkbox/index.dart
65-
# - web/src/material/dialog/index.dart
66-
# - web/src/material/grid_list/index.dart
67-
# - web/src/material/input/index.dart
68-
# - web/src/material/progress-linear/index.dart
69-
# - web/src/material/radio/index.dart
70-
# - web/src/material/switcher/index.dart
71-
# - web/src/zippy_component/index.dart
72-
#
73-
# This entrypoint is not needed:
74-
# - web/src/material/demo_common.dart
7551

7652
- $dart2js:
7753
minify: false

0 commit comments

Comments
 (0)