-4

I am building an application in which i m transpiling my es6 code to es5 to make it ready for browser. I am using "export default" for exporting any data/class for accessible in other files. But this "export default" is not working well. How can i resolve this issue?

Ahmad Raza
  • 21
  • 1

1 Answers1

0

maybe this link can help your problem to export default in es5 http://es6-features.org/#DefaultWildcard

Adi Winata
  • 441
  • 4
  • 9