Skip to content

Commit

Permalink
Importing EAR as resolver is deprecated part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Fol committed Feb 21, 2014
1 parent 5b667c5 commit 0bd21c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Brocfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = function (broccoli) {
var applicationJs = compileES6(appAndDependencies, {
loaderFile: 'loader.js',
ignoredModules: [
'resolver',
'ember/resolver'
],
inputFiles: [
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/isolated_container.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Resolver from 'resolver';
import Resolver from 'ember/resolver';

function isolatedContainer(fullNames) {
var container = new Ember.Container();
Expand Down

0 comments on commit 0bd21c8

Please sign in to comment.