05、webpack - ES6转ES5

82 阅读1分钟

babel

ES6转ES5可以使用babel,在webpack中直接使用 babel对应的loader就可以了

1、下载

image.png

2、配置

image.png