Skip to content

Commit

Permalink
docs: add hint for bug of rollup-plugin-vue (#343)
Browse files Browse the repository at this point in the history
* Temporary resolution for issue#251

* doc: tweak doc

Co-authored-by: Zhwt <greatzhwt@gmail.com>
  • Loading branch information
fi3ework and Zhwt committed May 2, 2020
1 parent 8d69656 commit 51cc78b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/recipes/vue-component.md
Expand Up @@ -14,9 +14,11 @@ Otherwise you need to add `rollup-plugin-vue` manually using the CLI flag `--plu
// bili.config.js
module.exports = {
plugins: {
vue: true,
vue: true
// or with custom options
// vue: {}
}
}
```

NOTE: due to [an issue with rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue/issues/303), Windows users should use rollup-plugin-vue 5.1.1 or at least [5.1.5](https://github.com/vuejs/rollup-plugin-vue/issues/303#issuecomment-571249003).

1 comment on commit 51cc78b

@vercel
Copy link

@vercel vercel bot commented on 51cc78b May 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.