Skip to content

Commit

Permalink
fix: remix.config.js serverDependenciesToBundle
Browse files Browse the repository at this point in the history
This was still referencing `@twind/with-remix` which is deprecated in favor of `@twind/with-react`
  • Loading branch information
TranquilMarmot committed Jan 9, 2023
1 parent 78b35b1 commit cee4648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-remix_react-v18/remix.config.js
Expand Up @@ -19,6 +19,6 @@ module.exports = {
'@twind/core',
'@twind/preset-autoprefix',
'@twind/preset-tailwind',
'@twind/with-remix',
'@twind/with-react',
],
}

0 comments on commit cee4648

Please sign in to comment.