Skip to content

Commit

Permalink
build: add named export for postcss plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Sep 29, 2024
1 parent d6f190e commit 87d15b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/postcss-purgecss/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ const purgeCSSPlugin: postcss.PluginCreator<UserDefinedOptions> = function (
purgeCSSPlugin.postcss = true;

export default purgeCSSPlugin;
export { purgeCSSPlugin };

0 comments on commit 87d15b7

Please sign in to comment.