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

Commit da32da7

Browse files
authored
Merge pull request #640 from jonyrock/patch-1
change format 'json' to 'javascript' in code
2 parents 7f87905 + 523bd59 commit da32da7

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
@@ -168,7 +168,7 @@ The debugger uses sourcemaps to let you debug with your original sources, but so
168168
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.
169169

170170
A few mappings are applied by default, corresponding to some common default configs for Webpack and Meteor:
171-
```json
171+
```javascript
172172
// 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.
173173
// webRoot = /Users/me/project
174174
"sourceMapPathOverrides": {

0 commit comments

Comments
 (0)