Skip to content

Commit 4199f90

Browse files
authored
feat: leave explicit __exportProps in place for additional postprocessing in user code after the transformation. (#2)
1 parent 3fb7afb commit 4199f90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ const transform = (css, options) => {
170170

171171
if (result.__exportProps) {
172172
Object.assign(result, result.__exportProps);
173-
delete result.__exportProps;
174173
}
175174

176175
return result;

0 commit comments

Comments
 (0)