enable source maps in prod

This commit is contained in:
David Tsay 2023-03-31 14:42:39 -07:00
parent 4d1dd2f51d
commit 34b488944a

View File

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