AmadeusITGroup / otter

The Otter project is a highly modular framework whose goal is to provide a common platform to accelerate and facilitate the development of runtime customizable Angular based Web Applications
https://amadeusitgroup.github.io/otter/
BSD 3-Clause "New" or "Revised" License
48 stars 34 forks source link

Migrate schematics to ESM #374

Open kpanot opened 1 year ago

kpanot commented 1 year ago

Description

Context

Today the Schematics and Builders are exposed in CommonJs. The issue with it is that a CommonJs cannot import ESM module. To fix it, a future proof solution would be to migrate the builders and schematics to ESM (with .mjs extension).

Proposal

kpanot commented 1 year ago

blocked by https://github.com/angular/angular-cli/issues/22786