-
Notifications
You must be signed in to change notification settings - Fork 14
get module name from component.json #5
Comments
Thank you @sokra |
@lmartins, I was wondering what fix you used. I am having difficulty loading components with webpack. I think the plugin assumes the
Even though I pass an array of paths for the Thanks! |
@aminmeyghani although I will possibly use again in the future, I am now using a different solution and to be honest can't quite recall what I did then. |
Thanks @lmartins ! Just wondering, do you use another plugin to work with component and webpack ? |
No, for the time being im using JSPM to build my JS projects. |
see webpack/webpack#337
Instead of infering the module name from the path name, it should be read from the component.json.
name
field matches the request.This is a bigger refactoring...
The text was updated successfully, but these errors were encountered: