@rsbuild/plugin-svgr 0.6.9 → 0.6.11
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.
|
@@ -167,7 +167,7 @@ var _loaderUtils = _interopRequireDefault(__nccwpck_require__(72));
|
|
|
167
167
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
168
168
|
|
|
169
169
|
function normalizeFallback(fallback, originalOptions) {
|
|
170
|
-
let loader =
|
|
170
|
+
let loader = require.resolve("../file-loader");
|
|
171
171
|
let options = {};
|
|
172
172
|
|
|
173
173
|
if (typeof fallback === 'string') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-svgr",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.11",
|
|
4
4
|
"description": "svgr plugin for Rsbuild",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@svgr/core": "8.1.0",
|
|
27
27
|
"@svgr/plugin-jsx": "8.1.0",
|
|
28
28
|
"@svgr/plugin-svgo": "8.1.0",
|
|
29
|
-
"@rsbuild/plugin-react": "0.6.
|
|
30
|
-
"@rsbuild/shared": "0.6.
|
|
29
|
+
"@rsbuild/plugin-react": "0.6.11",
|
|
30
|
+
"@rsbuild/shared": "0.6.11"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "18.x",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"prebundle": "1.1.0",
|
|
36
36
|
"typescript": "^5.4.2",
|
|
37
37
|
"url-loader": "4.1.1",
|
|
38
|
-
"@rsbuild/core": "0.6.
|
|
39
|
-
"@scripts/test-helper": "0.6.
|
|
38
|
+
"@rsbuild/core": "0.6.11",
|
|
39
|
+
"@scripts/test-helper": "0.6.11"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@rsbuild/core": "^0.6.
|
|
42
|
+
"@rsbuild/core": "^0.6.11"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public",
|