Aug 23, 2021
I never use import/export outside of the context of of JavaScript files that are transpiled (webpack). Doesn't that get transpiled into an IIFE?
I never use import/export outside of the context of of JavaScript files that are transpiled (webpack). Doesn't that get transpiled into an IIFE?