removing eval-source-map, dont debuggin

This commit is contained in:
Jamie V 2023-06-21 16:32:57 -07:00
parent 5788f4cc69
commit a447b0ada8

View File

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