mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6e4821f06c
Updates the `ng_elements` integration test to work with the APF v13 format by also enabling the linker for the FW packages. PR Close #43431
21 lines
533 B
Plaintext
21 lines
533 B
Plaintext
--compilation_level=SIMPLE
|
|
--language_in=ECMASCRIPT_2020
|
|
--language_out=ECMASCRIPT_2020
|
|
--js_output_file=dist/bundle.js
|
|
--output_manifest=dist/manifest.MF
|
|
--variable_renaming_report=dist/variable_renaming_report
|
|
--property_renaming_report=dist/property_renaming_report
|
|
--create_source_map=%outname%.map
|
|
|
|
--warning_level=QUIET
|
|
--dependency_mode=PRUNE
|
|
--rewrite_polyfills=false
|
|
|
|
--module_resolution=node
|
|
--package_json_entry_names es2020,module
|
|
|
|
node_modules/zone.js/zone_externs.js
|
|
|
|
--js built/bundle.js
|
|
--entry_point=built/bundle.js
|