Skip to content

Commit 1c80641

Browse files
committed
Unnecessary import
1 parent b398206 commit 1c80641

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ module.exports = {
7878

7979
let importer = findImporter(this);
8080

81-
importer.import('vendor/404.html');
8281
importer.import(`${this._hasEmberSource() ? 'vendor' : 'bower_components'}/ember/ember-template-compiler.js`);
8382
importer.import('vendor/lunr/lunr.js', {
8483
using: [{ transformation: 'amd', as: 'lunr' }]

0 commit comments

Comments
 (0)