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());
88entries = entries . filter ( ( path ) => ! path . includes ( ".test." ) ) . sort ( ) ;
99
1010const external = [
11+ "ast-types" ,
1112 "child_process" ,
1213 "fs/promises" ,
1314 "klona/json" ,
@@ -17,7 +18,7 @@ const external = [
1718 "path" ,
1819 "react/jsx-runtime" ,
1920 "readline" ,
20- "tailwindcss/plugin" ,
21+ "tailwindcss/plugin.js " ,
2122 ...Object . keys ( {
2223 ...packageJson . dependencies ,
2324 ...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 " ;
22import { config } from "./config" ;
33
44export default plugin (
You can’t perform that action at this time.
0 commit comments