drop support for CommonJS distribution #134
Labels
0.17.0
breaking
documentation
Improvements or additions to documentation
enhancement
Improvement to existing functionality
Milestone
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
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?The text was updated successfully, but these errors were encountered: