feat(dart/transform): Allow multiple transformer entry points
- Allow the user to specify multiple entry points to an app. - Allow the Angular 2 transformer to run without explicit entry points to generate necessary setters & getters on built-in directives like `For` and `If`. Closes #1246
This commit is contained in:
@ -13,8 +13,8 @@ dev_dependencies:
|
||||
path: ../benchpress
|
||||
transformers:
|
||||
- angular2:
|
||||
entry_point: web/src/hello_world/index_common.dart
|
||||
reflection_entry_point: web/src/hello_world/index.dart
|
||||
entry_points: web/src/hello_world/index_common.dart
|
||||
reflection_entry_points: web/src/hello_world/index.dart
|
||||
- $dart2js:
|
||||
minify: true
|
||||
commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump-info]
|
||||
|
Reference in New Issue
Block a user