Revert "enable source maps in prod"

This reverts commit 34b488944a.
This commit is contained in:
David Tsay 2023-03-31 14:43:02 -07:00
parent 34b488944a
commit 678a92bd29

View File

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