Skip to content

Commit

Permalink
updated vite plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Jul 27, 2023
1 parent 169abfd commit b8500be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wicked-spiders-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-plugin-tailwind-purgecss': patch
---

fix: Updated the name of the plugin
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function purgeCss(purgeOptions?: PurgeOptions): Plugin {
const moduleIds = new Set<string>();

return {
name: 'vite-plugin-svelte-purgecss',
name: 'vite-plugin-tailwind-purgecss',
apply: 'build',
enforce: 'post',

Expand Down

0 comments on commit b8500be

Please sign in to comment.