Closed rbuckton closed 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.
"module"
"tslib.es6.js"
"main"
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.