File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ "flowbite-react": patch
3
+ ---
4
+
5
+ fix: `Error: Cannot find module 'tailwindcss/plugin'`
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ let entries = await Array.fromAsync(new Glob("src/**/*").scan());
8
8
entries = entries.filter((path) => !path.includes(".test.")).sort();
9
9
10
10
const external = [
11
+ "ast-types",
11
12
"child_process",
12
13
"fs/promises",
13
14
"klona/json",
@@ -17,7 +18,7 @@ const external = [
17
18
"path",
18
19
"react/jsx-runtime",
19
20
"readline",
20
- "tailwindcss/plugin",
21
+ "tailwindcss/plugin.js ",
21
22
...Object.keys({
22
23
...packageJson.dependencies,
23
24
...packageJson.devDependencies,
Original file line number Diff line number Diff line change 1
- import plugin from "tailwindcss/plugin";
1
+ import plugin from "tailwindcss/plugin.js ";
2
2
import { config } from "./config";
3
3
4
4
export default plugin(
You can’t perform that action at this time.
0 commit comments