Skip to content

Commit ffd8d03

Browse files
fix: updated rollup link
1 parent c4f6e0c commit ffd8d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/single-file-component.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Once the file is created we will need to open it with our editor of choice and a
9292

9393
```js
9494
// import our third party plugins
95-
import commonjs from 'rollup-plugin-commonjs'
95+
import commonjs from '@rollup/plugin-commonjs'
9696
import VuePlugin from 'rollup-plugin-vue'
9797
import pkg from './package.json' // import our package.json file to re-use the naming
9898

0 commit comments

Comments
 (0)