ipfs-log
ipfs-log copied to clipboard
Time to remove `lib/es5`?
What do we think
I think so, yeah 👍
It was added back in the day, when es5->es6 transition was still happening. We're past that.
Awesome
If this is truely the case, then my PR is not necessary right?
What are the steps necessary to remove lib/es5?
They are generated via a build step inside package.json. Removing that and the lib/es5 folder itself should be sufficient.
This was done in #363