8000 docs: reference new rollup commonjs plugin (#369) · vuejs/rollup-plugin-vue@cd652cd · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit cd652cd

Browse files
docs: reference new rollup commonjs plugin (#369)
1 parent 8733e0a commit cd652cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With rollup you can break your application into reusable modules.
2222
> 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)
2323
2424
```js
25-
import commonjs from 'rollup-plugin-commonjs'
25+
import commonjs from '@rollup/plugin-commonjs'
2626
import VuePlugin from 'rollup-plugin-vue'
2727

2828
export default {

0 commit comments

Comments
 (0)
0