mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
eval
This commit is contained in:
parent
492a1f6eae
commit
edd88f9baa
@ -35,7 +35,7 @@ module.exports = merge(common, {
|
||||
__OPENMCT_ROOT_RELATIVE__: '"dist/"'
|
||||
})
|
||||
],
|
||||
devtool: "inline-source-map",
|
||||
devtool: "eval-source-map",
|
||||
devServer: {
|
||||
devMiddleware: {
|
||||
writeToDisk: (filePathString) => {
|
||||
|
@ -23,5 +23,5 @@ module.exports = merge(common, {
|
||||
__OPENMCT_ROOT_RELATIVE__: '""'
|
||||
})
|
||||
],
|
||||
devtool: "inline-source-map"
|
||||
devtool: "eval-source-map"
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user