IGNITE-3319 Disabled source map generation on build.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2579aba5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2579aba5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2579aba5 Branch: refs/heads/ignite-3262 Commit: 2579aba5cad4753783b5ce5fafd7a41b8c16a2ed Parents: 784a1d5 Author: Maxim Afanasiev <[email protected]> Authored: Tue Jun 28 13:46:06 2016 +0700 Committer: Maxim Afanasiev <[email protected]> Committed: Tue Jun 28 13:46:06 2016 +0700 ---------------------------------------------------------------------- .../main/js/gulpfile.babel.js/webpack/environments/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2579aba5/modules/web-console/src/main/js/gulpfile.babel.js/webpack/environments/production.js ---------------------------------------------------------------------- diff --git a/modules/web-console/src/main/js/gulpfile.babel.js/webpack/environments/production.js b/modules/web-console/src/main/js/gulpfile.babel.js/webpack/environments/production.js index 1fede99..db66720 100644 --- a/modules/web-console/src/main/js/gulpfile.babel.js/webpack/environments/production.js +++ b/modules/web-console/src/main/js/gulpfile.babel.js/webpack/environments/production.js @@ -25,7 +25,7 @@ export default () => { path: destDir, minimize: true, warnings: false, - sourceMap: true, + sourceMap: false, mangle: true }) ];
