0

I try to use "import" using es6 feature , but it seems to doesn't work on the browser compiler , there is any way to use the "import" feature ?

Elad Israeli
  • 131
  • 2
  • 11

1 Answers1

0

You should have a look at Babel

It is what you need to 'convert' es6 feature to es5 compatible code.