We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.ministarrc.js Compont.vue 编译结果
去掉
就可以打包成功
插件版本
"rollup-plugin-vue": "^5.0.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0",
The text was updated successfully, but these errors were encountered:
我不是很了解vue, 我不确定 rollup-plugin-vue插件 能否在 vue2 上面是否能够生效。(因为这是为vue3制作的)
rollup-plugin-vue
但是我看这个报错是因为script内部没有export任意代码,或许你需要 export default {} ?
export default {}
Sorry, something went wrong.
感谢 明早我试一下
No branches or pull requests
.ministarrc.js
Compont.vue
编译结果
去掉
<script> console.log(1122) </script>就可以打包成功
插件版本
"rollup-plugin-vue": "^5.0.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
The text was updated successfully, but these errors were encountered: