@rspack/core 0.6.0-canary-ce6da72-20240410133259 → 0.6.0-canary-d4a223f-20240411060232
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/dist/config/adapter.js +2 -1
- package/package.json +4 -4
package/dist/config/adapter.js
CHANGED
|
@@ -336,7 +336,8 @@ const getRawModuleRule = (rule, path, options) => {
|
|
|
336
336
|
if (rule.resourceQuery && !tryMatch(query, rule.resourceQuery)) {
|
|
337
337
|
return false;
|
|
338
338
|
}
|
|
339
|
-
if (rule.resourceFragment &&
|
|
339
|
+
if (rule.resourceFragment &&
|
|
340
|
+
!tryMatch(fragment, rule.resourceFragment)) {
|
|
340
341
|
return false;
|
|
341
342
|
}
|
|
342
343
|
return true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/core",
|
|
3
|
-
"version": "0.6.0-canary-
|
|
3
|
+
"version": "0.6.0-canary-d4a223f-20240411060232",
|
|
4
4
|
"webpackVersion": "5.75.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "A Fast Rust-based Web Bundler",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"styled-components": "^6.0.8",
|
|
60
60
|
"terser": "5.27.2",
|
|
61
61
|
"wast-loader": "^1.11.4",
|
|
62
|
-
"@rspack/core": "0.6.0-canary-
|
|
63
|
-
"@rspack/plugin-minify": "^0.6.0-canary-
|
|
62
|
+
"@rspack/core": "0.6.0-canary-d4a223f-20240411060232",
|
|
63
|
+
"@rspack/plugin-minify": "^0.6.0-canary-d4a223f-20240411060232"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@module-federation/runtime-tools": "0.0.8",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"webpack-sources": "3.2.3",
|
|
76
76
|
"zod": "^3.21.4",
|
|
77
77
|
"zod-validation-error": "1.3.1",
|
|
78
|
-
"@rspack/binding": "0.6.0-canary-
|
|
78
|
+
"@rspack/binding": "0.6.0-canary-d4a223f-20240411060232"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@swc/helpers": ">=0.5.1"
|