You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this error in the browser in the file that was compiled via gulp-babel.
The part from the gulp task is
.pipe(babel({
presets: ['@babel/preset-env'],
plugins: [
["@babel/plugin-transform-classes"]]
}))
The text was updated successfully, but these errors were encountered:
I have this error in the browser in the file that was compiled via gulp-babel.
The part from the gulp task is
.pipe(babel({
presets: ['@babel/preset-env'],
plugins: [
["@babel/plugin-transform-classes"]]
}))
The text was updated successfully, but these errors were encountered: