在 package.json 的 scripts 对应的命令行后面,加上 --bundleConfigAsCjs,如: "scripts": {"test": "echo \"Error: no test specified\" && exit 1","dev": "rollup -c -w --bundleConfigAsCjs","build": "rollup -c --bundleConfigAsCjs" }, 再次打包即可