6eafaa7b5e
This allows the linker to be used as a true Babel plugin. In a Babel configuration file, include the linker as follows: ```js { plugins: [ '@angular/compiler-cli/linker/babel', ] } ``` or, if you need to specify configuration options: ```js { plugins: [ ['@angular/compiler-cli/linker/babel', {linkerJitMode: true}], ] } ``` PR Close #41918 |
||
---|---|---|
.. | ||
ast | ||
BUILD.bazel | ||
babel_declaration_scope_spec.ts | ||
babel_plugin_spec.ts | ||
es2015_linker_plugin_spec.ts |