Skip to content

Commit

Permalink
chore: update rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Oct 18, 2024
1 parent 7edd1d2 commit 2915750
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clientConfig/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
external: [
'react',
'react-dom',
'jwt-decode',
'@kinde-oss/kinde-typescript-sdk'
'@kinde-oss/kinde-typescript-sdk',
'@kinde/jwt-decoder'
]
};
6 changes: 5 additions & 1 deletion middlewareConfig/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ export default {
format: 'esm'
}
],
external: ['jwt-decode', '@kinde-oss/kinde-typescript-sdk', 'next/server']
external: [
'@kinde-oss/kinde-typescript-sdk',
'next/server',
'@kinde/jwt-decoder'
]
};
4 changes: 2 additions & 2 deletions serverConfig/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
'next/navigation',
'next/headers',
'react',
'jwt-decode',
'@kinde-oss/kinde-typescript-sdk'
'@kinde-oss/kinde-typescript-sdk',
'@kinde/jwt-decoder'
]
};

0 comments on commit 2915750

Please sign in to comment.