This commit is contained in:
Alexis Tyler 2017-05-11 21:16:25 +09:30
parent 3bf194684b
commit 75a30a25fd
No known key found for this signature in database
GPG Key ID: 161827FEA4DB4615

View File

@ -182,7 +182,7 @@ CoffeeScript → compiled JS, UglifyJS can generate a map from CoffeeScript →
compressed JS by mapping every token in the compiled JS to its original
location.
To use this feature pass `--source-map conetent="/path/to/input/source.map"`
To use this feature pass `--source-map content="/path/to/input/source.map"`
or `--source-map content=inline` if the source map is included inline with
the sources.