How will browsers handle ES6 import/export syntax
This is standardized now and supported by all major modern browsers. will the modules be loaded asynchronously? Yes, with two options available; details below. Referencing only my main or entry file and browsers will lazy load the requiere modules. Not so much “lazy,” but yes. Enabling it Details in the spec here and here (and … Read more