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 b398206 commit 1c80641Copy full SHA for 1c80641
index.js
@@ -78,7 +78,6 @@ module.exports = {
78
79
let importer = findImporter(this);
80
81
- importer.import('vendor/404.html');
82
importer.import(`${this._hasEmberSource() ? 'vendor' : 'bower_components'}/ember/ember-template-compiler.js`);
83
importer.import('vendor/lunr/lunr.js', {
84
using: [{ transformation: 'amd', as: 'lunr' }]
0 commit comments