We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54b4c9 commit b9b8047Copy full SHA for b9b8047
.changeset/cool-apes-end.md
packages/vite-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @compiled/vite-plugin
2
3
+## 1.1.1
4
+
5
+### Patch Changes
6
7
+- f54b4c9: Fix ESM support with require() call now that we distribute multiple versions
8
9
## 1.1.0
10
11
### Minor Changes
packages/vite-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@compiled/vite-plugin",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A familiar and performant compile time CSS-in-JS library for React - Vite plugin.",
"homepage": "https://compiledcssinjs.com/docs/pkg-vite-plugin",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
0 commit comments