Skip to content

Commit 028107b

Browse files
Mark @tailwindcss/node as external
1 parent c42ab0f commit 028107b

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

analyze/nodejs.html

Lines changed: 39 additions & 0 deletions
Large diffs are not rendered by default.

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig = {
4+
serverExternalPackages: ["@tailwindcss/node"],
45
pageExtensions: ["js", "jsx", "ts", "tsx", "mdx"],
56
outputFileTracingIncludes: {
67
"/**/*": ["./src/docs/*.mdx"],

0 commit comments

Comments
 (0)