mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
20 lines
533 B
Text
20 lines
533 B
Text
--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
|