/** target: 1. 设置编译环境,常用 web node 2. 可以设置多个 3. 参数 https://webpack.docschina.org/configuration/target/ 4. 示例: module.exports = { target: 'node', } **/