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.
2 parents 0f7120b + 737888b commit 46b20a1Copy full SHA for 46b20a1
index.js
@@ -4,6 +4,8 @@ module.exports = {
4
name: 'Ember CLI ic-ajax',
5
6
init: function(name) {
7
+ this._super.init && this._super.init.apply(this, arguments);
8
+
9
var assets_path = require('path').join('ic-ajax','dist','cjs','main.js');
10
this.treePaths['vendor'] = require.resolve('ic-ajax').replace(assets_path, '');
11
},
0 commit comments