You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
docs: Add CommonJS plugin in example as it's required in most cases
If rollup-plugin-commonjs is not used, rollup complains:
Error: 'default' is not exported by node_modules/vue-runtime-helpers/dist/normalize-component.js
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,15 @@ With rollup you can break your application into reusable modules.
22
22
> This document applies to v4.0+. If you are looking for older versions, docs are [here](https://github.com/vuejs/rollup-plugin-vue/tree/2.2/docs)
0 commit comments