Skip to content

ModuleUnification: src by default becoming build/shipped is breaking #7734

@stefanpenner

Description

@stefanpenner
<addon-foo>/src

Now has meaning, unfortunately this as implemented is a breaking change. And may result in unexpected assets being shipped to production. It is not uncommon for src to be raw typescript source.

Short Term:

  • we make this disabled by default
  • add-ons supporting module unification will need to opt-in. Either via package.json addon-config entry, or by returning true/false from isModuleUnification() { return false;}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions