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

Old version of enhanced-resolve and memory-fs #1490

Closed
Travellerme opened this issue Jul 19, 2017 · 1 comment
Closed

Old version of enhanced-resolve and memory-fs #1490

Travellerme opened this issue Jul 19, 2017 · 1 comment

Comments

@Travellerme
Copy link

If I want to use alias for webpack config - I'm not able to do it, because I get such error from "memory-fs" library: Cannot read property 'replace' of undefined
This issue was solved here webpack/memory-fs#12
But inside your library I see that you still use old versions:
dependencies: ... enhanced-resolve "~0.9.0" ...
0.9.0 Version of "enhanced-resolve" is using old version of 'memory-fs' too

dependencies: ... memory-fs "^0.2.0" ...

Is this possible to update dependencies ?

@Travellerme Travellerme changed the title Old version if enhanced-resolve and memory-fs Old version of enhanced-resolve and memory-fs Jul 21, 2017
@SpaceK33z
Copy link
Member

We now use the latest versions of webpack,

    "webpack": "^2.5.1 || ^3.0.0",
    "webpack-dev-middleware": "^1.10.2",
    "webpack-hot-middleware": "^2.18.0"

So this shouldn't be an issue anymore. Feel free to re-open if it still is.

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

No branches or pull requests

3 participants