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 authored and MichaelDeBoey committed Jun 2, 2022
1 parent 5f979ca commit f0bdb35
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 f0bdb35

Please sign in to comment.