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
Running routify build with the following options does
not override the defaults, but merges the user provided
options with the defaults. This is unexpected.
hi,
bug description
Running routify build with the following options does
not override the defaults, but merges the user provided
options with the defaults. This is unexpected.
I would have expected routify to create two routes bundles, one
called foo, one called bar.
Instead both default configs and user provided configs are merged,
and routify tries to create three routes bundles, foo, bar and default.
Because I renamed default to foo, src/routes is now empty, thus routify can't find any routes and errors out.
error:
I have a test here that demonstrates unexpected behaviour.
I am not sure if deepAssign is actually wrong, or the usage of deepAssign.
It is just the source of the behaviour.
system:
node:
package.json
The text was updated successfully, but these errors were encountered: