Closed chumager closed 4 years ago
If I build in develop mode, then there is no problem... that's why in dev it works well and the build have problems, but the size is HUGE...
I'll try to find out more about the differences.
Regards.
I don't know about the first error, but the second one its fixed now, please try with the new version.
I made this loader for a project that is no longer active, and I'm not using it anywhere now, that's why you find these errors.
I see that you are using it in a big project, it would be nice if you could study the code and how this loader works so that you don't depend on me and can help with maintaining it and submitting PRs when you find problems like this one. Count on me to help you if something isn't clear in the code and needs some explaining!
Hi, I studied your code and understood it, my problem here is the use of inner functions and variables from the webpack loaders...
I really appreciate your effort for helping and if you just stopped working on this module I can take charge of it... for me it's a very important part of my project and if you don't need to maintain it no more... I can take it from now on...
Regards.
Great, I sent you an invite to have write access to the repo
Hi, sorry but I didn't see the invitation in my email and now it's expired... can You send me another one?
Best regards...
done
Hi, how are you?
I've a new problem...
Since I've started using your loader I were always in dev mode with hot reloading... there were no problems since the last change and all was fine.
Today I've to transpile to publish and there were an error with the "extends" resolution.
I've and alias for mi FW.
I works well in all my client site, and it also works well with extends in dev mode. but when I builded the site I got this error:
you can see the alias is not working.
but if I instead use the module name of mi fw:
In resume, it I use alias I got error and can't build, if I use module name, I get a warning and the component doesn't show at all.
I'll look if it could be a "link" problem from my module (it has yarn link to avoid upload the module all the time), but I doubt it because it has always worked.
I didn't review If it could be a problem in other place because the only components with problems are those how uses extends and the path is an alias.
Let me know if I can help you some way.
Best regards.