sideEffects false doesn’t work reliably for us yet.
The problem is that in many cases both embroider and ember-auto-import have to take advantage of webpack’s CJS support to get compatibility with older ember APIs. That means instead of importing the dependency, we require
it. This defeats the in-module tree shaking.