fix(TEMP): use eval-source-map

- **!!! REVERT THIS CHANGE BEFORE MERGE !!!**
This commit is contained in:
Jesse Mazzella 2022-12-27 10:59:51 -08:00
parent 1fa2151dd8
commit 7972d8c33a

View File

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