Skip to content

Commit

Permalink
Add remix-utils to serverDependenciesToBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Jan 10, 2024
1 parent aad39b4 commit 4a565f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
tailwind: true,
postcss: true,
watchPaths: ['./tailwind.config.ts'],
serverDependenciesToBundle: ['classgroup', 'usehooks-ts'],
serverDependenciesToBundle: ['classgroup', 'usehooks-ts', /^remix-utils.*/],
future: {
v2_headers: true,
v2_meta: true,
Expand Down

0 comments on commit 4a565f9

Please sign in to comment.