-
Notifications
You must be signed in to change notification settings - Fork 23
Resolve priority #20
Comments
I have the same issue! 👍 See my message in webpack/enhanced-resolve#15 (comment) |
Yes, thnx, I've already found your solution and have applied it to my build setup. It works perfectly. However PR is not accepted yet. And I also believe |
Yep, right now the problem (for this plugin) is not that it ignores Thus, that is why I like the solution in the |
Hi!. Sorry for my ignorance, but I dont understand how to fix this. In my case I want to use stamplay-js-sdk only available in Browser but I cant. I created a sample app to tests this and post this question on stackoverflow too Error when run
Any help will be appreciated. :) |
Hi!
I found that this plugin ignores
resolve.modulesDirectories
configuration option. In my case it is set to["node_modules", "bower_components"]
and I want webpack to look atnode_module
first, but instead I get my deps that are available in bothnode_modules
andbower_components
bundled from last one. May be I just missed something.The text was updated successfully, but these errors were encountered: