Skip to content

Commit 1668c5f

Browse files
committed
Fix the website build by moving postcss config to esm
1 parent 8868f68 commit 1668c5f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

website/postcss.config.cjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

website/postcss.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from '@theguild/tailwind-config/postcss.config';

website/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2019",
4-
"module": "commonjs",
4+
"module": "esnext",
55
"strict": true,
66
"esModuleInterop": true,
77
"skipLibCheck": true,

0 commit comments

Comments
 (0)