summaryrefslogtreecommitdiff
path: root/examples/framework-vue/src
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2021-07-12 17:01:33 -0500
committerGravatar GitHub <noreply@github.com> 2021-07-12 17:01:33 -0500
commit7583a8b42a6db44ca589398dba0cd9fe53643bef (patch)
treec80050f51c748285bccd0355612bfa7b86465f00 /examples/framework-vue/src
parent9859f53903f51f42fbe00bd7d3b160bcafb06b8f (diff)
downloadastro-7583a8b42a6db44ca589398dba0cd9fe53643bef.tar.gz
astro-7583a8b42a6db44ca589398dba0cd9fe53643bef.tar.zst
astro-7583a8b42a6db44ca589398dba0cd9fe53643bef.zip
Update build script to avoid bundling (#304)
* fix: simplify astro-scripts build * fix: remove source-map-support, add missing `.js` extensions * refactor: use `module` for `@astrojs/markdown-support` * fix: missing `.js` extension * fix: missed @astrojs/parser * fix: remove old file * fix: merge conflict * fix: CJS weirdness
Diffstat (limited to 'examples/framework-vue/src')
0 files changed, 0 insertions, 0 deletions
e (#3848)Gravatar Matthew Phillips 7-6/+20 * Allow importing Image component from @astrojs/image * Adds a changeset * Export the Image type 2022-07-06[ci] release (#3818)astro@1.0.0-beta.64@astrojs/telemetry@0.2.4@astrojs/node@0.1.4Gravatar Fred K. Bot 41-90/+90 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-07-07[ci] formatGravatar bholmesdev 1-1/+1 2022-07-06Fix: Infer content type with charset in dev and prod (#3841)Gravatar Ben Holmes 4-3/+23 * fix: add text/plain;charset;utf-8 header in dev * test: ensure content type for body shorthand * chore: changeset * feat: infer content type by pathname * feat: add charset to prod build handler * test: update for charset in prod build test 2022-07-06[ci] formatGravatar bholmesdev 1-2/+2 2022-07-06Fix `client:visible` directive in safari (#3839)Gravatar Ben Holmes 2-2/+20 * fix: client visible on safari * chore: changeset * refactor: wait for children with mutation observer * fix: remove unecessary settimeout * refactor: remove unecessary awaits 2022-07-06[ci] formatGravatar matthewp 1-1/+1 2022-07-06Ensure that maybeRenderHead runs last (#3821)Gravatar Matthew Phillips 5-8/+67 * Ensure that maybeRenderHead runs last * Adds a changeset * Make work with MDX 2022-07-05Fix portfolio example to use lowercase srcset (#3829)Gravatar Matthew Phillips 1-1/+1 2022-07-05[ci] formatGravatar delucis 1-29/+29