diff --git a/tools/broccoli/trees/browser_tree.ts b/tools/broccoli/trees/browser_tree.ts index 2edfb28388..78b9192403 100644 --- a/tools/broccoli/trees/browser_tree.ts +++ b/tools/broccoli/trees/browser_tree.ts @@ -126,7 +126,7 @@ module.exports = function makeBrowserTree(options, destinationPath) { mapRoot: '', // force sourcemaps to use relative path module: 'CommonJS', moduleResolution: 1 /* classic */, - noEmitOnError: false, + noEmitOnError: true, rootDir: '.', sourceMap: true, sourceRoot: '.',