Merge pull request #13357 from vector-im/foldleft/decoder-ring
Developer tool: convert rageshake error locations back to sourcecode locations
This commit is contained in:
commit
0e75b1b0db
5 changed files with 508 additions and 0 deletions
|
@ -19,6 +19,8 @@ module.exports = (env, argv) => {
|
|||
// This makes the sourcemaps human readable for developers. We use eval-source-map
|
||||
// because the plain source-map devtool ruins the alignment.
|
||||
development['devtool'] = 'eval-source-map';
|
||||
} else {
|
||||
development['devtool'] = 'nosources-source-map';
|
||||
}
|
||||
|
||||
// Resolve the directories for the react-sdk and js-sdk for later use. We resolve these early so we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue