Why use babel-loader since webpack already uses terser which minifies es6+ codes?

355 Views Asked by At

By default webpack uses terser which can minify es6+ codes.I have successfully run es6+ codes in ie after building with webpack.

So,whats the point of using babel-loader with webpack?

0

There are 0 best solutions below