Skip to content

Enable es6.mixedImports #91

@dev101

Description

@dev101

Any chance to add es6.mixedImports option in the precinct.paperwork call?

I have to use some ES modules via dynamic imports like const aModule = (await import('aModule')).default , and these are not detected by the default precinct config, thus not included in the package.

Also to make it work, it's essential to upgrade precint to some later version, as this es6 stuff doesn't work in precinct@8 (es modules are catched, but their dependencies missing).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions