async-google-maps icon indicating copy to clipboard operation
async-google-maps copied to clipboard

Es6 import syntax?

Open afilp opened this issue 9 years ago • 0 comments

Hello Zach,

I added the package through npm (with --save flag) and then did this wherever I wanted to use it:

import {MapLoader} from 'async-google-maps';

I get an error, how can I use it with ES6 syntax? (I also use WebPack and the Babel loader)

Thank you.

afilp avatar May 27 '15 00:05 afilp