From 44a6f1701e85a3e5c47414f3f63618ad1a53f0df Mon Sep 17 00:00:00 2001 From: Chad Hietala Date: Sun, 2 Apr 2017 08:49:44 -0700 Subject: [PATCH] Remove sourcemaps --- broccoli/concat-bundle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/broccoli/concat-bundle.js b/broccoli/concat-bundle.js index 1955be18083..e809f3842ea 100644 --- a/broccoli/concat-bundle.js +++ b/broccoli/concat-bundle.js @@ -23,6 +23,7 @@ module.exports = function(tree, options) { footerFiles: footerFiles, inputFiles: ['**/*'], annotation: outputFile, - footer: '}());' + footer: '}());', + sourceMapConfig: { enabled: false } }); } \ No newline at end of file