Skip to content

Commit

Permalink
chore: update plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jun 6, 2024
1 parent 01a1bad commit f74266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rollup-plugin-import-css/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function importCSS(options: ImportCSSOptions): Plugin {
const rootDirectory = path.isAbsolute(modulesRoot) ? modulesRoot : path.resolve(process.cwd(), modulesRoot)

return {
name: 'include-css',
name: 'import-css',
resolveId(source, importer) {
if (!importer) {
return
Expand Down

0 comments on commit f74266a

Please sign in to comment.