Skip to content

Commit b43dc7f

Browse files
fix(astro): assets vite build log (#14876)
1 parent 10273e0 commit b43dc7f

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.changeset/plenty-pillows-fail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Fixes a vite warning log during builds when using npm
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {
1+
export {
22
isRemoteAllowed,
33
matchHostname,
44
matchPathname,
@@ -7,7 +7,3 @@ import {
77
matchProtocol,
88
type RemotePattern,
99
} from '@astrojs/internal-helpers/remote';
10-
11-
export { isRemoteAllowed, matchHostname, matchPort, matchPathname, matchProtocol, matchPattern };
12-
13-
export type { RemotePattern };

0 commit comments

Comments
 (0)