Skip to content

Commit

Permalink
No longer require transpiling packages after incorrect imports were f…
Browse files Browse the repository at this point in the history
…ixed
  • Loading branch information
corbanbrook committed Apr 22, 2024
1 parent cd0136f commit 46b539e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/next/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin'

const withVanillaExtract = createVanillaExtractPlugin();
const withVanillaExtract = createVanillaExtractPlugin()

/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ['@0xsequence/kit', '@0xsequence/kit-wallet', '@0xsequence/kit-connectors']
// transpilePackages: ['@0xsequence/kit', '@0xsequence/kit-wallet', '@0xsequence/kit-connectors', '@0xsequence/checkout']
}

export default withVanillaExtract(nextConfig)

0 comments on commit 46b539e

Please sign in to comment.