@douyinfe/semi-rspack-plugin 2.38.2-alpha.1 → 2.38.2-alpha.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ module.exports = {
|
|
|
45
45
|
|
|
46
46
|
#### Through local Scss file
|
|
47
47
|
|
|
48
|
-
You can check which tokens can be customized on the [Semi WebSite](https://semi.design/
|
|
48
|
+
You can check which tokens can be customized on the [Semi WebSite](https://semi.design/en-US/basic/tokens).
|
|
49
49
|
|
|
50
50
|
- step1: add a local file
|
|
51
51
|
``` scss
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-rspack-plugin",
|
|
3
|
-
"version": "2.38.2-alpha.
|
|
3
|
+
"version": "2.38.2-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"typescript": "^4",
|
|
31
31
|
"webpack": "^5.77.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "8fb732d3d44b16a0bda607843c72b625bd7929af"
|
|
34
34
|
}
|