@rspack/core 0.6.2-canary-73bf70c-20240422091802 → 0.6.2-canary-3ea5676-20240422105523
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.
|
@@ -448,6 +448,7 @@ export type SwcLoaderOptions = {
|
|
|
448
448
|
*/
|
|
449
449
|
sourceMaps?: boolean;
|
|
450
450
|
inlineSourcesContent?: boolean;
|
|
451
|
+
isModule?: boolean | "unknown";
|
|
451
452
|
/**
|
|
452
453
|
* Experimental features provided by Rspack.
|
|
453
454
|
* @experimental
|
|
@@ -455,7 +456,7 @@ export type SwcLoaderOptions = {
|
|
|
455
456
|
rspackExperiments?: {
|
|
456
457
|
relay?: RelayOptions;
|
|
457
458
|
emotion?: EmotionOptions;
|
|
458
|
-
import?: PluginImportOptions
|
|
459
|
+
import?: PluginImportOptions;
|
|
459
460
|
styledComponents?: StyledComponentsOptions;
|
|
460
461
|
};
|
|
461
462
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/core",
|
|
3
|
-
"version": "0.6.2-canary-
|
|
3
|
+
"version": "0.6.2-canary-3ea5676-20240422105523",
|
|
4
4
|
"webpackVersion": "5.75.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "A Fast Rust-based Web Bundler",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"styled-components": "^6.0.8",
|
|
61
61
|
"terser": "5.27.2",
|
|
62
62
|
"wast-loader": "^1.11.4",
|
|
63
|
-
"@rspack/core": "0.6.2-canary-
|
|
64
|
-
"@rspack/plugin-minify": "^0.6.2-canary-
|
|
63
|
+
"@rspack/core": "0.6.2-canary-3ea5676-20240422105523",
|
|
64
|
+
"@rspack/plugin-minify": "^0.6.2-canary-3ea5676-20240422105523"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@module-federation/runtime-tools": "0.1.6",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"webpack-sources": "3.2.3",
|
|
77
77
|
"zod": "^3.21.4",
|
|
78
78
|
"zod-validation-error": "1.3.1",
|
|
79
|
-
"@rspack/binding": "0.6.2-canary-
|
|
79
|
+
"@rspack/binding": "0.6.2-canary-3ea5676-20240422105523"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@swc/helpers": ">=0.5.1"
|