Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Enable modern preload bundles without dependencies #739

Merged
merged 5 commits into from
Apr 27, 2022

Commits on Apr 27, 2022

  1. [FEATURE] Enable modern preload bundles without dependencies

    Currently, when building a UI5 project without dependencies, the legacy
    bundle format is used. This change defaults to the new bundle format and
    removes any checks for the existence of core modules from the bundle
    Builder.
    
    * bundle/Builder: Remove checks for existence of core modules and
      replace them with bundleOptions "decorateBootstrapModule" and
      "legacyBundleFormat"
    * generate(Component|Library)Preload: Stop globbing dependency resources
    RandomByte committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    6ede89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95d3f7 View commit details
    Browse the repository at this point in the history
  3. [INTERNAL] Remove bundleOption 'legacyBundleFormat'

    As discussed: Always use modern APIs in UI5 Tooling 3.0
    RandomByte committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    a8ed413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8837cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    410e6fb View commit details
    Browse the repository at this point in the history