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 been reading a lot about bundlers and their default behavior with ES6 and module imports. It'd be awesome to incorporate some kind of check to make sure my bundles are being output correctly.
Problem
I've been reading a lot about bundlers and their default behavior with ES6 and module imports. It'd be awesome to incorporate some kind of check to make sure my bundles are being output correctly.
Possible Solution
After reading this article: Lessons Learned From a Year of Fighting With Webpack and Babel, I got the suggestion to use es-check for making sure I'm outputting the correct versions in my bundles.
Additional resources:
The text was updated successfully, but these errors were encountered: