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
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
I noticed when doing an SFX build where I want to exclude certain dependencies, I need to use the globalDeps option to inject them. The order in which those dependencies are injected seem to be non-deterministic due to some object to array conversions.
I noticed when doing an SFX build where I want to exclude certain dependencies, I need to use the globalDeps option to inject them. The order in which those dependencies are injected seem to be non-deterministic due to some object to array conversions.
Here's an example gulp except of what I'm doing.
So output can end up like this:
I have a simple fix in mind I will make a PR for.
The text was updated successfully, but these errors were encountered: