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
{{ message }}
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
We export our modules as a single UMD, which works just fine, but adds an extra boilerplate and makes it complicated to perform some tree shaking with webpack or rollup.
We export our modules as a single UMD, which works just fine, but adds an extra boilerplate and makes it complicated to perform some tree shaking with webpack or rollup.
Including the original ES6 source code and adding the
module
property to ourpackage.json
files should do the trick: https://github.com/dherman/defense-of-dot-js/blob/master/proposal.md#typical-usageThe text was updated successfully, but these errors were encountered: