File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " rsbuild-plugin-tailwindcss" ,
33 "version" : " 0.2.3" ,
4- "repository" : " https://github.com/rspack-contrib /rsbuild-plugin-tailwindcss" ,
4+ "repository" : " https://github.com/rstackjs /rsbuild-plugin-tailwindcss" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
77 "exports" : {
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ class TailwindRspackPluginImpl {
404404 // See:
405405 // - https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0
406406 // - https://github.com/tailwindlabs/tailwindcss/pull/10785
407- // - https://github.com/rspack-contrib /rsbuild-plugin-tailwindcss/issues/18
407+ // - https://github.com/rstackjs /rsbuild-plugin-tailwindcss/issues/18
408408 //
409409 // In this case, we provide an ESM configuration to support both ESM and CJS.
410410 return [
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ export function supportESM(): boolean {
2121 // See:
2222 // - https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0
2323 // - https://github.com/tailwindlabs/tailwindcss/pull/10785
24- // - https://github.com/rspack-contrib /rsbuild-plugin-tailwindcss/issues/18
24+ // - https://github.com/rstackjs /rsbuild-plugin-tailwindcss/issues/18
2525 return satisfies ( pkg . version , '^3.3.0' ) ;
2626}
You can’t perform that action at this time.
0 commit comments