summaryrefslogtreecommitdiff
path: root/packages/renderers/renderer-vue (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-21[ci] yarn formatGravatar matthewp 1-1/+1
2021-06-21Removes snowpack warning suppression (#504)Gravatar Matthew Phillips 1-0/+1
* Start of warnings * Provide knownEntrypoints by renderers This allows renderers to provide knownEntrypoints that will be forwarded to snowpack. This gets rid of renderer-specific warnings and allows us to remove the snowpack logging hacks we were doing. * Adds a changeset
2021-06-14Version Packages (#418)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14add engines for esm support (#415)Gravatar Fred K. Schott 1-0/+3
2021-06-07Version Packages (#318)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-07Prevent duplicate snowpack logs (#316)Gravatar Matthew Phillips 1-1/+1
* Prevent duplicate snowpack logs * Fix test to wait on expected messages * Update the snowpack/plugin-vue * Add changeset * Debugging * Skip the logging test on windows :( * arg
2021-06-02Version Packages (#285)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-28[ci] yarn formatGravatar natemoo-re 1-0/+1
2021-05-28Version Packages (next) (#227)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-28Bugbash! (#263)Gravatar Nate Moore 5-0/+74
* fix(vscode): Markdown frontmatter should use TSX, not YAML * test: add test for #153 * chore: bump deps * chore: update to use @astrojs scope * fix: Markdown parse error when only child is `{expression}` * fix: update renderer edge cases * fix: failing test * fix: update renderer