Skip to content

Commit

Permalink
Update bundle.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël De Boey <[email protected]>
  • Loading branch information
markdalgleish and MichaelDeBoey authored Aug 18, 2023
1 parent aa938aa commit d629768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/compiler/css/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function isCssBundleFile(
);
}

interface GroupedCssBundleFiles {
type GroupedCssBundleFiles = {
css?: esbuild.OutputFile;
sourceMap?: esbuild.OutputFile;
assets: esbuild.OutputFile[];
Expand Down

0 comments on commit d629768

Please sign in to comment.