@stylexswc/webpack-plugin 0.18.1-rc.1 → 0.18.2-rc.1
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ with
|
|
|
9
9
|
[`@stylexswc/rs-compiler`](https://www.npmjs.com/package/@stylexswc/rs-compiler),
|
|
10
10
|
a Rust implementation of the StyleX transform, instead of the official Babel
|
|
11
11
|
plugin. Your StyleX code stays exactly the same — only the build step changes,
|
|
12
|
-
with per-file transforms
|
|
12
|
+
with per-file transforms 5x to 10x faster than Babel
|
|
13
13
|
([performance](https://github.com/Dwlad90/stylex-swc-plugin#performance)). The
|
|
14
14
|
plugin transforms your source files, collects the generated rules, and extracts
|
|
15
15
|
them into a dedicated CSS chunk.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stylexswc/webpack-plugin",
|
|
3
3
|
"description": "StyleX plugin for webpack powered by a Rust NAPI-RS/SWC compiler. Fast StyleX transforms and CSS extraction without Babel.",
|
|
4
|
-
"version": "0.18.
|
|
4
|
+
"version": "0.18.2-rc.1",
|
|
5
5
|
"bugs": "https://github.com/Dwlad90/stylex-swc-plugin/issues",
|
|
6
6
|
"config": {
|
|
7
7
|
"scripty": {
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@stylexswc/plugin-shared": "0.18.
|
|
12
|
+
"@stylexswc/plugin-shared": "0.18.2-rc.1"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@stylexjs/babel-plugin": "^0.19.0",
|
|
16
16
|
"@stylexjs/stylex": "^0.19.0",
|
|
17
|
-
"@stylexswc/eslint-config": "0.18.
|
|
18
|
-
"@stylexswc/typescript-config": "0.18.
|
|
17
|
+
"@stylexswc/eslint-config": "0.18.2-rc.1",
|
|
18
|
+
"@stylexswc/typescript-config": "0.18.2-rc.1",
|
|
19
19
|
"@types/node": "^26.1.0",
|
|
20
20
|
"css-loader": "^7.1.2",
|
|
21
21
|
"memfs": "^4.17.0",
|