mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
* Revert "Revert "feat: improve `astro.config` loading by support `.cjs`, `.js`, and `.ts` files""
This reverts commit a26f7a2088
.
* fix: throw when filename is specified but not found
* chore: @proload/core@0.2.1
* refactor: simplify to use Proload's filePath option
* fix: move to @proload/plugin-tsm
* Update packages/astro/src/core/config.ts
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
5 lines
84 B
Markdown
5 lines
84 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Add support for `.cjs`, `.js`, and `.ts` Astro config files
|