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).
Any chance to add
es6.mixedImportsoption in theprecinct.paperworkcall?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
precintto some later version, as this es6 stuff doesn't work inprecinct@8(es modules are catched, but their dependencies missing).