Open thescientist13 opened 10 months ago
I think by the time this project hits 1.0, we can probably be OK dropping the CJS bundle. It was only really needed for this 11ty plugin but now 11ty supports ESM as of v3.0.0.
v3.0.0
With this we can can remove
files
prepublishOnly
dist
devDependencies
One thought: maybe it would be good to keep a build script around just to make sure there are no build issues, like we are seeing with #93?
build
Summary
I think by the time this project hits 1.0, we can probably be OK dropping the CJS bundle. It was only really needed for this 11ty plugin but now 11ty supports ESM as of
v3.0.0
.Details
With this we can can remove
files
prepublishOnly
anddist
scriptsdevDependencies
This work around - https://github.com/ProjectEvergreen/wcc/blob/0.12.1/src/wcc.js#L135 / #158
One thought: maybe it would be good to keep a
build
script around just to make sure there are no build issues, like we are seeing with #93?