@stylexswc/webpack-plugin 0.13.0-rc.7 → 0.13.0-rc.8

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -170,4 +170,6 @@ class StyleXPlugin {
170
170
  exports.default = StyleXPlugin;
171
171
  module.exports = StyleXPlugin;
172
172
  module.exports.default = StyleXPlugin;
173
+ module.exports.loader = stylexLoaderPath;
174
+ module.exports.virtualLoader = stylexVirtualLoaderPath;
173
175
  module.exports.VIRTUAL_CSS_PATTERN = constants_1.VIRTUAL_CSS_PATTERN;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexswc/webpack-plugin",
3
3
  "description": "StyleX webpack plugin with NAPI-RS compiler",
4
- "version": "0.13.0-rc.7",
4
+ "version": "0.13.0-rc.8",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@stylexjs/babel-plugin": "^0.16.3",
22
- "@stylexswc/rs-compiler": "0.13.0-rc.7",
22
+ "@stylexswc/rs-compiler": "0.13.0-rc.8",
23
23
  "loader-utils": "^3.3.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/types": "^7.28.5",
27
- "@stylexswc/eslint-config": "0.13.0-rc.7",
28
- "@stylexswc/typescript-config": "0.13.0-rc.7",
27
+ "@stylexswc/eslint-config": "0.13.0-rc.8",
28
+ "@stylexswc/typescript-config": "0.13.0-rc.8",
29
29
  "@types/babel__core": "^7.20.5",
30
30
  "@types/loader-utils": "^3.0.0",
31
31
  "@types/node": "^24.9.2",