How can es6 be supported under browsing without conversion (babel transcoding), but by referencing the babel/broswer framework?

problem description

in development, es6 can be used directly, but
needs to convert es6 to es5 when it is published.
can you directly reference some frameworks or browser patch js to achieve browser support for es6?
without the need to convert programs

May.01,2022

can be, inefficient and without engineering practicality


I don't understand the difference between quoting babel/browser framework and installing bable loader. Babel conversion is also very convenient. You only need to configure OK in Webpack. Why write another framework? this is just a conversion tool, all for easy compilation and adaptation to browsers

.
Menu