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've noticed we've been using CommonJS modules. I Think we can refactor to use ES modules as we are already using babel. Also, I think webpack is unnecessary as the build will be on a server and the bundle size wont matter.
I Think we can refactor to use ES modules as we are already using babel
Yes we can use ES modules
About webpack , we may need it for docs since we would be hosting it along with server and other things ahead , I don't mind keeping it, that was initial setup but now I can see that might come in handy
I've noticed we've been using CommonJS modules. I Think we can refactor to use ES modules as we are already using babel. Also, I think webpack is unnecessary as the build will be on a server and the bundle size wont matter.
@jeffin143 @sastaachar what do you think?
The text was updated successfully, but these errors were encountered: