Skip to content

Commit

Permalink
build: fix postcss.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Mar 21, 2024
1 parent e2314eb commit ba105cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 23 deletions.
7 changes: 7 additions & 0 deletions apps/website/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// eslint-disable-next-line unicorn/prefer-module
module.exports = {
plugins: {
autoprefixer: {},
tailwindcss: {},
},
}
6 changes: 0 additions & 6 deletions apps/website/postcss.config.mjs

This file was deleted.

9 changes: 1 addition & 8 deletions apps/website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
"~/*": ["./*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"../../tools/**/*.ts",
"tailwind.config.ts"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "../../tools/**/*.ts"],
"exclude": ["node_modules"]
}
4 changes: 1 addition & 3 deletions packages/tailwind-plugin-palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"./dist"
],
"scripts": {
"build": "bunchee",
"build": "bunchee --external @material/material-color-utilities,culori",
"dev": "bunchee -w"
},
"dependencies": {
Expand All @@ -30,8 +30,6 @@
"tailwindcss": "^3.4.1"
},
"peerDependencies": {
"@material/material-color-utilities": ">=0.2.0",
"culori": ">=4.0.0",
"tailwindcss": ">=3.4.0"
},
"publishConfig": {
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba105cd

Please sign in to comment.