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
+1 -1
View File
@@ -1,5 +1,5 @@
import { computed } from '@ember/object';
import ethers from 'npm:ethers';
import ethers from 'ethers';
export default function(dependentKey, converterMethod) {
return computed(dependentKey, {