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
when running npm install browserify babelify babel-preset-es2015
there is the following deprecation warning: npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
is it sufficient to run npm install browserify babelify babel-preset-env
or is something else required?
The text was updated successfully, but these errors were encountered:
Try it :) In theory - yes, that's sufficient, but I haven't tried yet.
And I strongly recommend to read what isbabel-preset-env before using it. I'm a bit concerned about it because it brings a lot of polyfills into the output code, and developer may not know about that.
when running
npm install browserify babelify babel-preset-es2015
there is the following deprecation warning:
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
is it sufficient to run
npm install browserify babelify babel-preset-env
or is something else required?
The text was updated successfully, but these errors were encountered: