summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2021-06-01 18:41:08 -0500
committerGravatar GitHub <noreply@github.com> 2021-06-01 18:41:08 -0500
commitc9d833ee0b58934a3aed0d0d64299664777209ee (patch)
tree46dc5f159f8f74fbd03d027c8b083492715ffde2 /packages/create-astro
parentaddd67d2445de7bf61124412347b050b9a2d2caa (diff)
downloadastro-c9d833ee0b58934a3aed0d0d64299664777209ee.tar.gz
astro-c9d833ee0b58934a3aed0d0d64299664777209ee.tar.zst
astro-c9d833ee0b58934a3aed0d0d64299664777209ee.zip
Fix prerelease bugs, reenable `@astrojs/renderer-vue` (#286)
* fix: add packages to external * fix: improve renderer error message * fix: reenable vue renderer * chore: remove `extensions` from templates * fix: reenable @astrojs/renderer-vue * refactor: add types to snowpack plugin * fix: update snowpack * fix: use manual SSR wrapper for Svelte * chore: add changesets * chore: bump snowpack * test: fix failing test * chore: remove redundant entries
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/src/templates/blog/astro.config.mjs3
-rw-r--r--packages/create-astro/src/templates/starter/astro.config.mjs3
2 files changed, 0 insertions, 6 deletions
diff --git a/packages/create-astro/src/templates/blog/astro.config.mjs b/packages/create-astro/src/templates/blog/astro.config.mjs
index bd7b75746..c7583a774 100644
--- a/packages/create-astro/src/templates/blog/astro.config.mjs
+++ b/packages/create-astro/src/templates/blog/astro.config.mjs
@@ -3,9 +3,6 @@ export default {
// pages: './src/pages', // Path to Astro components, pages, and data
// dist: './dist', // When running `astro build`, path to final static output
// public: './public', // A folder of static files Astro will copy to the root. Useful for favicons, images, and other files that don’t need processing.
- extensions: {
- // '.jsx': 'react', // Set this to "preact" or "react" to determine what *.jsx files should load
- },
buildOptions: {
// site: '', // Your public domain, e.g.: https://my-site.dev/. Used to generate sitemaps and canonical URLs.
// sitemap: true, // Generate sitemap (set to "false" to disable)
diff --git a/packages/create-astro/src/templates/starter/astro.config.mjs b/packages/create-astro/src/templates/starter/astro.config.mjs
index 20c3d6eff..e16ed1327 100644
--- a/packages/create-astro/src/templates/starter/astro.config.mjs
+++ b/packages/create-astro/src/templates/starter/astro.config.mjs
@@ -3,9 +3,6 @@ export default {
// pages: './src/pages', // Path to Astro components, pages, and data
// dist: './dist', // When running `astro build`, path to final static output
// public: './public', // A folder of static files Astro will copy to the root. Useful for favicons, images, and other files that don’t need processing.
- extensions: {
- // '.jsx': 'react', // Set this to "preact" or "react" to determine what *.jsx files should load
- },
buildOptions: {
// site: 'http://example.com', // Your public domain, e.g.: https://my-site.dev/. Used to generate sitemaps and canonical URLs.
// sitemap: true, // Generate sitemap (set to "false" to disable)