Hey, @sokra @ooflorent, @Kovensky @ljharb:
It looks like import.meta has landed in Stage 3 and Babel has just landed it also. It looks like there is already an acorn plugin that allows for the syntax support.
First piece is: Should we add this or wait?
Second piece is: Are there webpack specific things we should consider for this syntax. I feel like platforms (Electron, etc.) are going to start shoving a bunch of crap (which use to be globals) in these objects that we would automatically use to treat as Externals. Is there specific handlings that we need to be concerned here.
Hey, @sokra @ooflorent, @Kovensky @ljharb:
It looks like
import.metahas landed in Stage 3 and Babel has just landed it also. It looks like there is already an acorn plugin that allows for the syntax support.First piece is: Should we add this or wait?
Second piece is: Are there webpack specific things we should consider for this syntax. I feel like platforms (Electron, etc.) are going to start shoving a bunch of crap (which use to be globals) in these objects that we would automatically use to treat as Externals. Is there specific handlings that we need to be concerned here.