fix "file" in the source map
This commit is contained in:
parent
1c8ba35844
commit
16b12c6287
|
|
@ -61,7 +61,7 @@ var STATS = {};
|
||||||
var OUTPUT_FILE = ARGS.o;
|
var OUTPUT_FILE = ARGS.o;
|
||||||
|
|
||||||
var SOURCE_MAP = ARGS.source_map ? UglifyJS.SourceMap({
|
var SOURCE_MAP = ARGS.source_map ? UglifyJS.SourceMap({
|
||||||
file: output,
|
file: OUTPUT_FILE,
|
||||||
root: ARGS.source_map_root
|
root: ARGS.source_map_root
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user