You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have lot of .js code in my project, but I want to use maybe babel-plugin-add-module-exports to my main.js file without affect to all .js files I have. How can I do that?
I have lot of
.jscode in my project, but I want to use maybebabel-plugin-add-module-exportsto mymain.jsfile without affect to all.jsfiles I have. How can I do that?