webpack4.0 (04.js syntax and code verification)

Es6 to Es5 (use babel)

npm i babel-loader @babel/core @babel/preset-env -D

Insert picture description here

Turn es7 syntax

Insert picture description here
Configured as above
Insert picture description here

Convert some advanced syntax

npm i @babel/polyfill -D

Insert picture description here

Eslint syntax check

npm i eslint-loader -D

On the official website, configure the configuration items that need to be verified and download them.
Insert picture description here
Load the loader:
Insert picture description here

Guess you like

Origin www.cnblogs.com/jackson1/p/12722391.html