mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: cloudcmd: gritty v10.0.0
This commit is contained in:
parent
938f9e7674
commit
144e4a3468
2 changed files with 3 additions and 2 deletions
|
|
@ -178,7 +178,7 @@
|
|||
"eslint-plugin-n": "^17.0.0-4",
|
||||
"eslint-plugin-putout": "^30.0.0",
|
||||
"globals": "^17.0.0",
|
||||
"gritty": "^9.0.0",
|
||||
"gritty": "^10.0.0",
|
||||
"gunzip-maybe": "^1.3.1",
|
||||
"html-webpack-plugin": "^5.6.3",
|
||||
"inherits": "^2.0.3",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ const noop = (req, res, next) => {
|
|||
|
||||
noop.listen = noop;
|
||||
|
||||
const _getModule = (a) => require(a);
|
||||
const parseDefault = (a) => a.default || a;
|
||||
const _getModule = (a) => parseDefault(require(a));
|
||||
|
||||
export default (config, arg, overrides = {}) => {
|
||||
const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue