Skip to content

Commit

Permalink
feat: import .sql files as text
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed May 14, 2022
1 parent a114c40 commit 4a3f9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remix-dev/compiler/loaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const loaders: { [ext: string]: esbuild.Loader } = {
".ogg": "file",
".otf": "file",
".png": "file",
".sql": "text",
".svg": "file",
".ts": "ts",
".tsx": "tsx",
Expand Down

0 comments on commit 4a3f9a2

Please sign in to comment.