Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

feat(@angular/*): use different main entry in production mode #986

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 12, 2016

  1. feat(@angular/*): use different main entry in production mode

    When setting production to true, the main entry is set to the index.js file.
    The file (like the other files in the src directory) is an ES5 JavaScript file
    with ES6 module format. Using this file instead of the UMD bundle allows
    for tree-shaking when building the package in production mode using
    rollup.
    frederikschubert committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    d279198 View commit details
    Browse the repository at this point in the history