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
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.
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: