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
With ember-auto-import there is a possibility to avoid installing FastBoot dependencies at runtime, because they are bundled at compile time. This makes deploying on production less fragile, package manager independent, ...
Should this step just noop if apps are using ember-auto-import? Even if they are bundled at compile time, fastboot will still search in node_modules right ?
With
ember-auto-import
there is a possibility to avoid installing FastBoot dependencies at runtime, because they are bundled at compile time. This makes deploying on production less fragile, package manager independent, ...@kratiahuja, @rwjblue, does it make sense to provide opt-out for installation step https://github.com/ember-fastboot/fastboot-s3-downloader/blob/master/index.js#L43?
Happy to provide PR,
Thanks
The text was updated successfully, but these errors were encountered: