mainmatter / ember-simple-auth

A library for implementing authentication/authorization in Ember.js applications.
https://ember-simple-auth.com
MIT License
1.93k stars 605 forks source link

ESA final build size #2258

Open brunoocasali opened 3 years ago

brunoocasali commented 3 years ago

Hello, happy 2021 for everyone!

When I look closer to my production build I highlighted the ESA, and see that many of files including there I actually not using they.

The question is: Is there any thing I can do to remove or ignore this kind of unused files from my final build without affecting the features I'm using?

image

marcoow commented 3 years ago

Currently that's not possible but it should be with Embroider I suppose (however, ESA doesn't support that officially yet and we haven't fully tested it).