mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fixed mapping in web inspector
This commit is contained in:
@@ -24,7 +24,7 @@ Minifier.js.minify = function (scripts, minify, callback) {
|
||||
options.outSourceMap = 'nodebb.min.js.map';
|
||||
options.mangle = false;
|
||||
options.compress = false;
|
||||
// options.prefix = __dirname.split(path.sep).length;
|
||||
options.prefix = 1;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user