mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) putout v12.0.0
This commit is contained in:
parent
1c9ca22b93
commit
1b7b163a66
3 changed files with 6 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"fontello.json"
|
||||
],
|
||||
"match": {
|
||||
"import.spec.js|console.js": {
|
||||
"{import.spec.js,console.js}": {
|
||||
"remove-skip": "off"
|
||||
},
|
||||
".webpack": {
|
||||
|
|
@ -15,14 +15,14 @@
|
|||
"server": {
|
||||
"remove-process-exit": "on"
|
||||
},
|
||||
"server/(server|exit).js": {
|
||||
"server/{server,exit}.js": {
|
||||
"remove-process-exit": "off",
|
||||
"remove-console": "off"
|
||||
},
|
||||
"server/(terminal|distribute/log).js": {
|
||||
"server/{terminal,distribute/log}.js": {
|
||||
"remove-console": "off"
|
||||
},
|
||||
"client/(client|cloudcmd|load-module).js": {
|
||||
"client/{client,cloudcmd,load-module}.js": {
|
||||
"remove-console": "off"
|
||||
},
|
||||
"client/modules/config/index.js": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue