Commit 52476ce2 by Adeel Mujahid

README: Removes source map from stats.

parent 7f17da35
...@@ -175,8 +175,7 @@ The stats object consists of the following constituents: ...@@ -175,8 +175,7 @@ The stats object consists of the following constituents:
start: 10000000, // Date.now() before the compilation start: 10000000, // Date.now() before the compilation
end: 10000001, // Date.now() after the compilation end: 10000001, // Date.now() after the compilation
duration: 1, // end - start duration: 1, // end - start
includedFiles: [ ... ], // absolute paths to all related scss files includedFiles: [ ... ] // absolute paths to all related scss files
sourceMap: "..." // the source map string or null
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment