zephyr-webpack-plugin 0.0.53 → 0.0.55
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 +3 -3
package/README.md
CHANGED
|
@@ -99,11 +99,7 @@ const config: Configuration = {
|
|
|
99
99
|
// ... other configuration
|
|
100
100
|
};
|
|
101
101
|
|
|
102
|
-
export default withZephyr(
|
|
103
|
-
// Zephyr options
|
|
104
|
-
deploy: true,
|
|
105
|
-
environment: 'production',
|
|
106
|
-
})(config);
|
|
102
|
+
export default withZephyr()(config);
|
|
107
103
|
```
|
|
108
104
|
|
|
109
105
|
### With Module Federation Plugin
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephyr-webpack-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.55",
|
|
4
4
|
"description": "Webpack plugin for Zephyr",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"is-ci": "^4.1.0",
|
|
21
21
|
"tslib": "^2.8.1",
|
|
22
22
|
"webpack": "^5.98.0",
|
|
23
|
-
"zephyr-agent": "0.0.
|
|
24
|
-
"zephyr-xpack-internal": "0.0.
|
|
23
|
+
"zephyr-agent": "0.0.55",
|
|
24
|
+
"zephyr-xpack-internal": "0.0.55"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/is-ci": "3.0.4",
|