Skip to content

Commit

Permalink
Add DISABLE_MINIFICATION environment variable. (#18005)
Browse files Browse the repository at this point in the history
Add DISABLE_MINIFICATION environment variable.
  • Loading branch information
rwjblue authored May 3, 2019
2 parents e24cd6c + 57da44f commit 847877e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function buildBundles(packagesES, dependenciesES, templateCompilerDependenciesES
return new MergeTrees(
[
emberProdBundle,
emberMinBundle,
process.env.DISABLE_MINIFICATION !== '1' && emberMinBundle,
emberProdTestsBundle,
buildBundle('ember.debug.js', emberDebugFiles, vendor),
buildBundle('ember-tests.js', emberTestsFiles, vendor),
Expand Down

0 comments on commit 847877e

Please sign in to comment.