mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
disable cleanerrors by default
This commit is contained in:
parent
94f22bf762
commit
3e33b628b9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export class ScramjetController {
|
|||
naiiveRewriter: false,
|
||||
captureErrors: true,
|
||||
syncxhr: false,
|
||||
cleanerrors: true,
|
||||
cleanerrors: false,
|
||||
scramitize: false,
|
||||
sourcemaps: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue