Webpack文档target本页总览target介绍 target 属性指定了webpack编译打包的是Node环境的代码还是浏览器环境的代码。 配置 编译 Node 端代码 module.exports = { target: 'node',};