Skip to content

Commit

Permalink
Add babel fix to ember-cli-build
Browse files Browse the repository at this point in the history
  • Loading branch information
repl-andrew-ovens committed Dec 3, 2018
1 parent 529ca51 commit 2344940
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ var EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function(defaults) {
var app = new EmberAddon(defaults, {
// Add options here
'ember-cli-babel': {
compileModules: false
}
});

/*
Expand Down

0 comments on commit 2344940

Please sign in to comment.