You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
microbundle -f modern: x.modern.js file contains async. microbundle: Creates x.modern.js file among others, but it does not contain async. microbundle -f modern,es,umd: x.modern.js contains async. microbundle -f modern,es,cjs,umd: x.modern.js does not contain async.
According to last 2 examples, problem seems to related cjs option.
Thanks,
The text was updated successfully, but these errors were encountered:
ozum
changed the title
Without -f flag, modern does not contain async
cjs option prevents modern file
Nov 11, 2019
Hi,
Using version 0.12.0-next.6,
src/x.ts
file:microbundle -f modern
: x.modern.js file containsasync
.microbundle
: Creates x.modern.js file among others, but it does not containasync
.microbundle -f modern,es,umd
: x.modern.js containsasync
.microbundle -f modern,es,cjs,umd
: x.modern.js does not containasync
.According to last 2 examples, problem seems to related
cjs
option.Thanks,
The text was updated successfully, but these errors were encountered: