Skip to content

Commit 37294eb

Browse files
Turn off mangler
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent ce61d0c commit 37294eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/build/gulpfile.compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function makeCompileBuildTask(disableMangle) {
2525
}
2626

2727
// Full compile, including nls and inline sources in sourcemaps, mangling, minification, for build
28-
const compileBuildTask = task.define('compile-build', makeCompileBuildTask(false));
28+
const compileBuildTask = task.define('compile-build', makeCompileBuildTask(true));
2929
gulp.task(compileBuildTask);
3030
exports.compileBuildTask = compileBuildTask;
3131

0 commit comments

Comments
 (0)