# Feature Proposal At the moment the generated JS module uses the commonJS syntax. It would be useful to have an option that would use the ES module syntax instead. # Feature Use Case Old commonJS syntax prevents module concatenation in Webpack. It may help tree shaking in some cases too.