do not use dev source maps in prod (#6007)

This commit is contained in:
David Tsay 2022-11-28 09:00:18 -08:00 committed by GitHub
parent a706a8b73e
commit 625205f24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,5 @@ module.exports = merge(common, {
__OPENMCT_ROOT_RELATIVE__: '""'
})
],
devtool: 'eval-source-map'
devtool: 'source-map'
});