Allows usage of @babel/preset-modules in modern build, for example.
@babel/preset-modules
Pass isModern and isClient to build.preset()
build.preset()
Actually, digging into the code, it seems this is already happening - so we need to update the types for the context passed to preset().
preset()
danielroe
20 activities
Actually, digging into the code, it seems this is already happening - so we need to update the types for the context passed to
preset()
.