We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toOutputFilePathWithoutRuntime
1 parent 060cd66 commit 8820f75Copy full SHA for 8820f75
packages/vite/src/node/build.ts
@@ -1130,7 +1130,7 @@ export function toOutputFilePathWithoutRuntime(
1130
if (typeof result === 'object') {
1131
if (result.runtime) {
1132
throw new Error(
1133
- `{ runtime: "${result.runtime} }" is not supported for assets in ${hostType} files: ${filename}`,
+ `{ runtime: "${result.runtime}" } is not supported for assets in ${hostType} files: ${filename}`,
1134
)
1135
}
1136
if (typeof result.relative === 'boolean') {
0 commit comments