mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
fix: make preserveScriptOrder an optional flag (#13413)
This commit is contained in:
parent
42772253fa
commit
65903c9954
2 changed files with 6 additions and 1 deletions
5
.changeset/real-results-float.md
Normal file
5
.changeset/real-results-float.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Makes experimental flag optional
|
|
@ -2210,7 +2210,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
|||
* ```
|
||||
*
|
||||
*/
|
||||
preserveScriptOrder: boolean;
|
||||
preserveScriptOrder?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue