This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
Investigate how to stop building @bufferapp/ui with commonjs #237
Labels
scoping
Tasks involving investigation
What
Why
We have a Babel plugin called
@babel/plugin-transform-modules-commonjs
(https://babeljs.io/docs/en/babel-plugin-transform-modules-commonjs) transforming ECMAScript modules to CommonJS. Our bundle is much bigger, and we can't use tree shaking (we could have a third-party webpack plugin on top of that to get tree shaking but doesn't seem efficient)The text was updated successfully, but these errors were encountered: