Skip to content

Commit

Permalink
fixup! Feat: Example NextJS app with app router #DS-1393
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Aug 15, 2024
1 parent 607c91d commit 7abd9d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/next-with-app-router/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const pathDir = dirname(fileURLToPath(import.meta.url));

/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ['@lmc-eu/spirit-web-react', '@lmc-eu/spirit-web'],
transpilePackages: ['@lmc-eu/spirit-web-react'],
reactStrictMode: true,
sassOptions: {
fiber: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/next-with-app-router/src/app/globals.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@use '@lmc-eu/spirit-web/src/scss';
@import '@lmc-eu/spirit-web/src/scss';
6 changes: 0 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21298,12 +21298,6 @@ __metadata:
languageName: unknown
linkType: soft

"next-with-pages-router-4e4093@workspace:examples/next-with-pages-router":
version: 0.0.0-use.local
resolution: "next-with-pages-router-4e4093@workspace:examples/next-with-pages-router"
languageName: unknown
linkType: soft

"next@npm:14.2.3":
version: 14.2.3
resolution: "next@npm:14.2.3"
Expand Down

0 comments on commit 7abd9d3

Please sign in to comment.