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?
Asked
Active
Viewed 151 times
-4
-
1Can you define _"not working well"_? – robertklep Apr 05 '17 at 13:26
1 Answers
0
maybe this link can help your problem to export default in es5 http://es6-features.org/#DefaultWildcard

Adi Winata
- 441
- 4
- 9