Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add match function as a matcher to request; make url/verb/match all optionals; at least one must exist #220

Merged
merged 2 commits into from
Nov 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
upgrade ts loader
david2tm committed Oct 31, 2021
commit 2a07b1cdfeef8c1458bf36beed90028fb972262e
170 changes: 163 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"raw-loader": "^0.5.1",
"script-loader": "^0.7.0",
"style-loader": "^0.14.1",
"ts-loader": "^5.3.0",
"ts-loader": "^8.2.0",
"typescript": "^4.4.4",
"webpack": "^4.44.2",
"webpack-cli": "^3.1.2",
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2019",
"module": "commonjs",
"jsx": "react",
"types" : [],