Switch to source-map webpack devtool

This commit is contained in:
Adam Goldsmith 2022-03-11 00:08:59 -05:00
parent af875b659d
commit 8e4202d658

View File

@ -11,7 +11,7 @@ module.exports = {
}, },
}, },
}, },
devtool: 'eval-cheap-source-map', devtool: 'source-map',
module: { module: {
rules: [ rules: [
{ {