Skip to content

Commit

Permalink
feat(remix-dev/compiler): support native .node files
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksrandall authored and MichaelDeBoey committed Mar 6, 2023
1 parent 712732f commit 51aa1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
- nexxeln
- ni554n
- nicholaschiang
- nicksrandall
- nickytonline
- niconiahi
- nielsdb97
Expand Down
1 change: 1 addition & 0 deletions packages/remix-dev/compiler/loaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const loaders: { [ext: string]: esbuild.Loader } = {
".mov": "file",
".mp3": "file",
".mp4": "file",
".node": "copy",
".ogg": "file",
".otf": "file",
".png": "file",
Expand Down

0 comments on commit 51aa1e1

Please sign in to comment.