Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 523bd59

Browse files
authored
change format 'json' to 'javascript' in code
1 parent 9a38600 commit 523bd59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The debugger uses sourcemaps to let you debug with your original sources, but so
167167
The left hand side of the mapping is a pattern that can contain a wildcard, and will be tested against the `sourceRoot` + `sources` entry in the source map. If it matches, the source file will be resolved to the path on the right hand side, which should be an absolute path to the source file on disk.
168168

169169
A few mappings are applied by default, corresponding to some common default configs for Webpack and Meteor:
170-
```json
170+
```javascript
171171
// Note: These are the mappings that are included by default out of the box, with examples of how they could be resolved in different scenarios. These are not mappings that would make sense together in one project.
172172
// webRoot = /Users/me/project
173173
"sourceMapPathOverrides": {

0 commit comments

Comments
 (0)