You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
, andpretty-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?
The text was updated successfully, but these errors were encountered: