mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-08-31 00:19:45 +08:00
add ability to call self-signed or invalid certificate clients
This commit is contained in:
+6
-6
@@ -39,12 +39,6 @@ import(
|
||||
'someModule',
|
||||
);
|
||||
|
||||
// using single quotes instead of double quotes
|
||||
import(
|
||||
/* webpackChunkName: 'someModule' */
|
||||
'someModule',
|
||||
);
|
||||
|
||||
// invalid syntax for webpack comment
|
||||
import(
|
||||
/* totally not webpackChunkName: "someModule" */
|
||||
@@ -78,6 +72,12 @@ The following patterns are valid:
|
||||
/* webpackChunkName: "someModule", webpackPrefetch: true */
|
||||
'someModule',
|
||||
);
|
||||
|
||||
// using single quotes instead of double quotes
|
||||
import(
|
||||
/* webpackChunkName: 'someModule' */
|
||||
'someModule',
|
||||
);
|
||||
```
|
||||
|
||||
## When Not To Use It
|
||||
|
||||
Reference in New Issue
Block a user