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
In NoFlo we support both browser and Node.js, and I'm currently looking to port our build setup to the new builder2 to get rid of issues like componentjs/builder.js#125.
However, it seems the builder's require normalization can't deal with conditional requires, like:
+1 to making this a warning, we do lots of models with modella and they all require in different storage plugins and stuff depending on the environment
In NoFlo we support both browser and Node.js, and I'm currently looking to port our build setup to the new builder2 to get rid of issues like componentjs/builder.js#125.
However, it seems the builder's require normalization can't deal with conditional requires, like:
There have been similar issues reported before but apparently closed unresolved #36
I'm trying to wrap this into a Grunt plugin, and looking at scripts.js, resolution errors on local project get thrown. This makes my build fail:
The text was updated successfully, but these errors were encountered: