mocker-api
Advanced tools
Comparing version 1.6.5 to 1.6.6
{ | ||
"name": "mocker-api", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "This is dev support mock RESTful API.", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -26,3 +26,2 @@ mocker-api | ||
you can modify the [http-proxy](https://www.npmjs.com/package/http-proxy) options and add the event listeners by adding the httpProxy configuration | ||
> ⚠️ The webpack-api-mocker@1.5.5+ config needs to be placed in the directory. | ||
@@ -34,3 +33,2 @@ ```js | ||
// This is the option parameter setting for apiMocker | ||
// webpack-api-mocker@1.5.15 support | ||
_proxy: { | ||
@@ -140,4 +138,2 @@ proxy: { | ||
>⚠️ The `webpack-api-mocker@1.6.0+` support. | ||
```js | ||
@@ -154,4 +150,3 @@ const mockerFile = ['./mock/index.js']; | ||
>⚠️ Not dependent on [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). | ||
>⚠️ The `mocker-api@1.6.4+` support. | ||
>⚠️ Not dependent on [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). | ||
@@ -158,0 +153,0 @@ ```bash |
16409
269