My @babel/present-env is defined in a babel.config.js file but it seems it cannot read this because it giving me w warning 'Adding @babel/preset-env because it was not found'
My targets are defined in a .browserslistrc and i'm not sure if this is used by the babel preset that is added by this plugin.
It does generate a .es6 file but this does not contain classes and const variables so my guess is that this is not a esm build.
My @babel/present-env is defined in a babel.config.js file but it seems it cannot read this because it giving me w warning 'Adding @babel/preset-env because it was not found'
My targets are defined in a .browserslistrc and i'm not sure if this is used by the babel preset that is added by this plugin.
It does generate a .es6 file but this does not contain classes and const variables so my guess is that this is not a esm build.