Use ember-auto-import instead of ember-browserify

This commit is contained in:
2019-07-15 17:11:41 +02:00
parent 791943bb95
commit 636ac30622
7 changed files with 1920 additions and 746 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import ethers from 'npm:ethers';
import Kredits from 'npm:kredits-contracts';
import ethers from 'ethers';
import Kredits from 'kredits-contracts';
import RSVP from 'rsvp';
import Service from '@ember/service';