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 3b34033 commit e3dfd4aCopy full SHA for e3dfd4a
.changeset/nice-bobcats-swim.md
@@ -0,0 +1,7 @@
1
+---
2
+'@vanilla-extract/css': patch
3
4
+
5
+Export the package.json for css/fileScope
6
7
+This is required to maintain backwards compatibility with older versions of webpack-plugin
packages/css/package.json
@@ -59,6 +59,7 @@
59
"module": "./fileScope/dist/vanilla-extract-css-fileScope.esm.js",
60
"default": "./fileScope/dist/vanilla-extract-css-fileScope.cjs.js"
61
},
62
+ "./fileScope/package.json": "./fileScope/package.json",
63
"./injectStyles": {
64
"browser": {
65
"module": "./injectStyles/dist/vanilla-extract-css-injectStyles.browser.esm.js",
0 commit comments