Closed jirutka closed 4 years ago
CI fails only on lts/*
and it doesn’t seem to be caused by this change.
@jirutka Hi, thanks, I restarted the job and now everything is fine.
@jirutka ping ?
@jirutka thanks, now all is well
@jirutka publish v0.5.3
Transpiled ES modules don’t export the default export directly as CommonJS modules, they always export an object and the default export is under the key "default" in this object.
Example of error message when plugin compiled as ES module (posthtml-hash):