-
-
Notifications
You must be signed in to change notification settings - Fork 415
Closed
Description
I have this in my webpack config
...
optimization: {
minimize: true,
minimizer: [new TerserPlugin(
{
terserOptions: {
sourceMap: {
content: 'inline',
includeSources: true,
url: 'inline'
}
}
})],
},
...
Everything is undefined
when stepping over code in the browser.
Switching mangle off makes the problem go away.
Why is this happening? 😕😕😕
When Terser mangles, does it not update the sourcemap with information to de-mangle?
Metadata
Metadata
Assignees
Labels
No labels