Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 297 Bytes

webpack配置注意.md

File metadata and controls

7 lines (4 loc) · 297 Bytes

babel版本问题:

babel中版本:babel-loader | babel 对应的版本需要一致: 即babel-loader需要搭配最新版本babel

低版本:npm install -D babel-loader@7 babel-core babel-preset-env

高版本:npm install -D babel-loader @babel/core @babel/preset-env webpack