diff options
author | 2022-04-19 16:31:32 +0000 | |
---|---|---|
committer | 2022-04-19 16:31:32 +0000 | |
commit | 44e294c9cbaf8f6bbccce8b956c7c53d37c15c70 (patch) | |
tree | abdd607c391860ff7eee2798e3a79b03982edf51 /.changeset/neat-buttons-guess.md | |
parent | 550c7d0a94ca8809c83fc3c29c6a0f4a6cd4ffc5 (diff) | |
download | astro-44e294c9cbaf8f6bbccce8b956c7c53d37c15c70.tar.gz astro-44e294c9cbaf8f6bbccce8b956c7c53d37c15c70.tar.zst astro-44e294c9cbaf8f6bbccce8b956c7c53d37c15c70.zip |
Support custom vue compiler options in @astrojs/vue (#3143)
* adds support for passing options to @vitejs/plugin-vue
* updating vue integration README with options details
* adding a tests for custom vue compiler options
* chore: adding changeset
Diffstat (limited to '.changeset/neat-buttons-guess.md')
-rw-r--r-- | .changeset/neat-buttons-guess.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/neat-buttons-guess.md b/.changeset/neat-buttons-guess.md new file mode 100644 index 000000000..64098a927 --- /dev/null +++ b/.changeset/neat-buttons-guess.md @@ -0,0 +1,5 @@ +--- +'@astrojs/vue': patch +--- + +`@astrojs/vue` integration supports custom vue compiler options |