ndb-core icon indicating copy to clipboard operation
ndb-core copied to clipboard

Esbuild

Open TheSlimvReal opened this issue 1 year ago • 1 comments

See https://angular.io/guide/esbuild#using-the-application-builder

  • ~flag-icon is not directly supported (https://github.com/lipis/flag-icons/issues/1142) -> fixed by using "outputHashing": "media" in development mode~ -> has been removed
  • [ ] Our parse-xliff-to-js script which is supposed to work in the serve runtime as well as in the build in the Dockerfile has some issues with the new builder
  • [ ] The dynamic imports of the angular locale in the main.ts seem to be problematic (at least thats what the console says)

TheSlimvReal avatar Nov 29 '23 15:11 TheSlimvReal

Deployed to https://pr-2112.aam-digital.net/

github-actions[bot] avatar Nov 29 '23 15:11 github-actions[bot]