angular/integration/hello_world__closure/closure.conf
Paul Gschwendtner 46933d8c87 test: update hello_world_closure integration test to use APF v13 (#43431)
Updates the `hello_world_closure` integration test to use APF v13
in combination with the linker plugin which is needed as running
the `ngc` command standalone does not modify the `node_modules`
and the FW packages remain partially compiled. A step in between
using rollup can create a linker-processed bundle of all FW
packages.

PR Close #43431
2021-10-01 18:28:46 +00:00

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