asfktz / autodll-webpack-plugin

Webpack's DllPlugin without the boilerplate
MIT License
1.46k stars 80 forks source link

Sourcemap: Fixed wrong folder in debugger source tab. #129

Open mars-dlx opened 5 years ago

mars-dlx commented 5 years ago

Was: [name]_[chankcache]/./node_modules/... (not displayed in Firefox debbuger) Became: webpack://./node_modules/...

It should not have side effects for build without "inherit.devtool: source-map"