mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-14 18:10:49 +00:00
Failing attempt tp add sourcemap
This commit is contained in:
parent
0229bd92aa
commit
0fd93bd5c2
@ -38,6 +38,7 @@ module.exports = {
|
||||
optimization: {
|
||||
minimizer: [
|
||||
new UglifyJsPlugin({
|
||||
sourceMap: true,
|
||||
uglifyOptions: {
|
||||
compress: {
|
||||
unused: false,
|
||||
@ -48,5 +49,6 @@ module.exports = {
|
||||
}
|
||||
})
|
||||
]
|
||||
}
|
||||
},
|
||||
devtool: 'source-map'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user