Skip to content

Commit

Permalink
fix(onboarding): add packages as transpilePackages
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Jun 25, 2023
1 parent 986fe59 commit d42b1f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/onboarding/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
transpilePackages: ['@sulsul/ui', '@sulsul/token'],
transpilePackages: [
'@sulsul/ui',
'@sulsul/token',
'react-hook-step',
'@suspensive/react',
'@suspensive/react-query',
],
compiler: {
emotion: true,
},
Expand Down

0 comments on commit d42b1f0

Please sign in to comment.