All Questions
1 question
0
votes
1
answer
167
views
Integrating React to a build flow with module transpilation with Babel
I am currently having trouble with module transpilation with babel.
when I am transpiling code to AMD modules with babel, I can make it work in browser by including requirejs library. But when I try ...