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

ModuleNotFoundError with Webpack 4 #141

Open
scottc-netflix opened this issue Oct 28, 2019 · 0 comments
Open

ModuleNotFoundError with Webpack 4 #141

scottc-netflix opened this issue Oct 28, 2019 · 0 comments

Comments

@scottc-netflix
Copy link

Even on the newest version of autodll-webpack-plugin, webpack 4 support doesn't work for me. AutoDLL can't resolve any module names. My webpack config is nested in a config directory so I tried with and without setting the context but same result.

webpack: 4.41.2
autodll-webpack-plugin: 0.4.2

The weird thing is it's only a few modules it fails on. They are autosuggest-highlight, currency-codes, and pretty-hrtime. If I remove those from my list of about 30 other modules it runs without errors.

I migrated my project from webpack 3 to 4, everything else works if I comment out AutoDllPlugin from my config. Any ideas?

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

No branches or pull requests

1 participant