We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e493d commit f907d25Copy full SHA for f907d25
ember-cli-build.js
@@ -15,6 +15,16 @@ module.exports = function(defaults) {
15
var app = new EmberAddon(defaults, {
16
project,
17
vendorFiles: { 'jquery.js': null, 'app-shims.js': null },
18
+
19
+ // Workaround for https://github.com/ember-cli/ember-cli/issues/8075
20
+ 'ember-cli-uglify': {
21
+ uglify: {
22
+ compress: {
23
+ collapse_vars: false
24
+ }
25
26
+ },
27
28
'ember-cli-addon-docs': {
29
projects: {
30
sandbox: new MergeTrees([
0 commit comments