Skip to content

Commit

Permalink
Merge pull request #80 from remix-pwa/nightly
Browse files Browse the repository at this point in the history
fix(dev): path resolution fix
  • Loading branch information
ShafSpecs authored Sep 24, 2023
2 parents 77d268a + 7c8c76c commit d41445b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dev/compiler/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ function findEntry(dirname: string, basename: string): string | undefined {
}

const isWindows = platform() === 'win32';

const resolveUrl = (string: string) => {
return isWindows ? pathToFileURL(string).href : string;
};
Expand Down

0 comments on commit d41445b

Please sign in to comment.