Skip to content

Commit 49b0537

Browse files
NataliaTepluhinanaokie
authored andcommitted
fix: updated rollup link
1 parent 2564138 commit 49b0537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/single-file-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ touch rollup.config.js
9292

9393
```js
9494
// サードパーティのプラグインをインポート
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' // 名前を再利用するために package.json ファイルをインポート
9898

0 commit comments

Comments
 (0)