@stylexswc/rollup-plugin 0.6.3 → 0.6.4-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -75,7 +75,8 @@ The plugin accepts the following configuration options:
|
|
|
75
75
|
|
|
76
76
|
- Type: `TransformOptions`
|
|
77
77
|
- Optional
|
|
78
|
-
- Description: LightningCSS transform options (excluding code, filename, and
|
|
78
|
+
- Description: LightningCSS transform options (excluding code, filename, and
|
|
79
|
+
visitor properties)
|
|
79
80
|
|
|
80
81
|
### `extractCSS`
|
|
81
82
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stylexswc/rollup-plugin",
|
|
3
3
|
"description": "StyleX rollup plugin with NAPI-RS compiler",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.4-rc.2",
|
|
5
5
|
"config": {
|
|
6
6
|
"scripty": {
|
|
7
7
|
"path": "../../scripts/packages"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@stylexjs/babel-plugin": "^0.10.1",
|
|
12
|
-
"@stylexswc/rs-compiler": "0.6.
|
|
12
|
+
"@stylexswc/rs-compiler": "0.6.4-rc.2",
|
|
13
13
|
"lightningcss": "^1.27.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|