Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[webpack-resolver]: use enhanced-resolve? #182

Closed
3 tasks
benmosher opened this issue Feb 18, 2016 · 1 comment
Closed
3 tasks

[webpack-resolver]: use enhanced-resolve? #182

benmosher opened this issue Feb 18, 2016 · 1 comment

Comments

@benmosher
Copy link
Member

Current version of the Webpack resolver is a hand-rolled minimum-viable-product that satisfied my initial needs, but given #181, #165, #135, #134, #164, seems like it would be better to integrate more directly with Webpack's internals, to avoid drift.

Need to

  • investigate how feasible this is. (I looked briefly before, seemed fairly involved)
  • find necessary pieces by locating a sibling webpack package and then interacting with its dependencies from there (to avoid installing a parallel, incompatible version of enhanced-resolve, etc)
  • version the resolver in some way matching the version of Webpack with which it was developed/verifed?
@benmosher
Copy link
Member Author

This was shipped with Webpack resolver version 0.3.0, IIRC. compatible with only Webpack v1 ATM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant