Skip to content

Commit 87d15b7

Browse files
committed
build: add named export for postcss plugin
#1263
1 parent d6f190e commit 87d15b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/postcss-purgecss/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,4 @@ const purgeCSSPlugin: postcss.PluginCreator<UserDefinedOptions> = function (
128128
purgeCSSPlugin.postcss = true;
129129

130130
export default purgeCSSPlugin;
131+
export { purgeCSSPlugin };

0 commit comments

Comments
 (0)