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
So I inherited a project that is using lumie but the webpack/babel production builds do not work. Ended up tracing down the error to a path resolution issue with Lumie when it tries to load the controller paths but I'm not sure how to handle this (part of the problem is definitely my very limited knowledge of webpack/bable configs).
Has anybody successfully configured webpack builds for a lumie/express app? Any examples or just general idea on how to configure this properly would be greatly appreciated (sorry I know this is pretty vague, really just looking for where to get started and I can do my own research from there).
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Hi @chuck-qorum, did you manage to solve your problem? Lumie reads the routing files located in the folder specified in the lumie.load function. So if your babel configuration build your project in a single file, this is probably the problem, because Lumie will try to browse the "controller" folder
(for example) which no longer exists in your build.
So I inherited a project that is using lumie but the webpack/babel production builds do not work. Ended up tracing down the error to a path resolution issue with Lumie when it tries to load the controller paths but I'm not sure how to handle this (part of the problem is definitely my very limited knowledge of webpack/bable configs).
Has anybody successfully configured webpack builds for a lumie/express app? Any examples or just general idea on how to configure this properly would be greatly appreciated (sorry I know this is pretty vague, really just looking for where to get started and I can do my own research from there).
Thanks for any help!
The text was updated successfully, but these errors were encountered: