Переглянути джерело

Merge pull request #827 from whoami-shubham/master

PR for issue #826
Timofey Kachalov 4 роки тому
батько
коміт
808e7b2b30
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -938,7 +938,7 @@ Result:
 Type: `string` Default: `separate`
 Type: `string` Default: `separate`
 
 
 Specifies source map generation mode:
 Specifies source map generation mode:
-* `inline` - emit a single file with source maps instead of having a separate file;
+* `inline` - add source map at the end of each .js files;
 * `separate` - generates corresponding '.map' file with source map. In case you run obfuscator through CLI - adds link to source map file to the end of file with obfuscated code `//# sourceMappingUrl=file.js.map`.
 * `separate` - generates corresponding '.map' file with source map. In case you run obfuscator through CLI - adds link to source map file to the end of file with obfuscated code `//# sourceMappingUrl=file.js.map`.
 
 
 ### `splitStrings`
 ### `splitStrings`