microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.26k stars 128 forks source link

Indicate package.json 'module' entry has no side effects for WebPack #72

Closed rbuckton closed 5 years ago

rbuckton commented 5 years ago

For WebPack, marks our package as not having side effects. This should only effect WebPack, which uses the package.json's "module" entry ("tslib.es6.js"), rather than the "main" entry.