We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0fbfd commit 40b92c3Copy full SHA for 40b92c3
esm/index.mjs
@@ -1,3 +1,4 @@
1
import StyleToObject from '../cjs/index.js';
2
3
-export default StyleToObject.default;
+// ensure compatibility with rollup umd build
4
+export default StyleToObject.default || StyleToObject;
0 commit comments