Skip to content

Commit 4dd1406

Browse files
committed
feat: build dist
1 parent cdac39b commit 4dd1406

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

dist/ajaxhook.core.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ajaxhook.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,7 @@ var _xhrProxy = __webpack_require__(1);
483483

484484
var ah = exports.ah = {
485485
proxy: _xhrProxy.proxy,
486-
unProxy: unProxy,
487-
hook: _xhrHook.hook,
488-
unHook: unHook
486+
hook: _xhrHook.hook
489487
};
490488

491489
/***/ })

dist/ajaxhook.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ajaxhook.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cdn.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ import { proxy } from "./xhr-proxy";
99
// ah(ajax hook)
1010
export var ah = {
1111
proxy,
12-
unProxy,
1312
hook,
14-
unHook,
1513
};

0 commit comments

Comments
 (0)