mock-switch-webpack-plugin 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -384,6 +384,6 @@ module.exports = function(req, res) {
384
384
  };
385
385
  ```
386
386
 
387
- **如果这个插件对你有帮助,欢迎给个 ⭐ Star 哦!!!**
387
+ **如果这个插件对你有帮助,欢迎给个 [⭐ Star](https://github.com/shilimingY/mock-switch-webpack-plugin) 哦!!!**
388
388
 
389
389
  [GitHub](https://github.com/shilimingY/mock-switch-webpack-plugin) • [Issues](https://github.com/shilimingY/mock-switch-webpack-plugin/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mock-switch-webpack-plugin",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "前端Mock神器!浏览器一键切换Mock/开发/生产环境的Webpack插件,支持接口代理、Mock数据热更新、POST请求自动转发等特性,零配置接入React/Vue等所有Webpack项目,彻底告别需手动修改代码来切换环境的低效开发方式。",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -17,6 +17,7 @@
17
17
  "前端接口代理",
18
18
  "Mock一键切换",
19
19
  "webpack-mock",
20
+ "webpack",
20
21
  "env-switch",
21
22
  "Mock热更新",
22
23
  "前端Mock神器"