在webpack配置文件 webpack.config.js文件中,写入一个mudules
presets: [
["@babel/preset-react", {
"runtime": "automatic",
"throwIfNamespace":false
}]
],
}
},
],
},