This post is one in a series of posts where I describe common problems developers face using ES2015 features of JavaScript. In this post we look at modules. The first pitfall developers hit when using modules is making assumptions about the syntax. I fell into this trap myself.
Full article