You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this is the default behavior since ember-auto-import 1.5, which this addon is already using. So I think you can drop all that config. If you can't, please let me know why because I'm trying to audit what extensions to webpack config are truly needed by addons, and limit them to only that.
The text was updated successfully, but these errors were encountered:
Hi @ef4. Thanks for the tip. Let me try removing the configuration and get back to you.
This addon hasn't been updated in a while and is currently used only by a legacy app. So, will need to try removing the config and checking if all works okay.
This addon configures ember-auto-import to add babel preset-env for one package:
https://github.com/Mesitis/ember-form-validations/blob/master/index.js#L11
But this is the default behavior since ember-auto-import 1.5, which this addon is already using. So I think you can drop all that config. If you can't, please let me know why because I'm trying to audit what extensions to webpack config are truly needed by addons, and limit them to only that.
The text was updated successfully, but these errors were encountered: