zephyr-rspack-plugin 0.0.53 → 0.0.54
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 -5
- package/dist/package.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -107,11 +107,7 @@ const config: Configuration = {
|
|
|
107
107
|
// ... other configuration
|
|
108
108
|
};
|
|
109
109
|
|
|
110
|
-
export default withZephyr(
|
|
111
|
-
// Zephyr options
|
|
112
|
-
deploy: true,
|
|
113
|
-
environment: 'production',
|
|
114
|
-
})(config);
|
|
110
|
+
export default withZephyr()(config);
|
|
115
111
|
```
|
|
116
112
|
|
|
117
113
|
## Features
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephyr-rspack-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "Repack plugin for Zephyr",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"types": "dist/index.d.ts",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@module-federation/automatic-vendor-federation": "^1.2.1",
|
|
20
|
-
"@rspack/core": "1.
|
|
20
|
+
"@rspack/core": "^1.3.15",
|
|
21
21
|
"is-ci": "^4.1.0",
|
|
22
22
|
"tslib": "^2.8.1",
|
|
23
|
-
"zephyr-agent": "0.0.
|
|
24
|
-
"zephyr-xpack-internal": "0.0.
|
|
23
|
+
"zephyr-agent": "0.0.54",
|
|
24
|
+
"zephyr-xpack-internal": "0.0.54"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/is-ci": "3.0.4",
|