mock-switch-webpack-plugin 1.0.0 → 1.0.2

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 +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  ### 🎨 界面预览
23
23
  - 右下角悬浮切换按钮,状态指示灯(绿=Mock/黄=测试/红=生产)
24
- - 优雅的下拉面板,环境列表 + 已记录接口
24
+ - 优雅的下拉面板,环境列表 + 已记录接口;
25
25
  - 点击即可保存真实接口返回为 Mock 文件
26
26
 
27
27
  ## 🆚 与其他方案对比
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mock-switch-webpack-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "前端Mock神器!浏览器端一键切换Mock/开发/生产环境的Webpack插件,支持接口代理、Mock数据热更新、POST请求自动转发等特性,零配置接入React/Vue等所有Webpack项目,彻底告别手动修改代码切换环境的低效开发方式",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {