mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 07:20:02 -04:00
turn on sourcemaps by default
This commit is contained in:
parent
9d0344aa42
commit
eadd1c9e82
5 changed files with 184 additions and 213 deletions
|
@ -35,7 +35,7 @@ export class ScramjetController {
|
|||
captureErrors: true,
|
||||
cleanErrors: false,
|
||||
scramitize: false,
|
||||
sourcemaps: false,
|
||||
sourcemaps: true,
|
||||
},
|
||||
siteFlags: {},
|
||||
codec: {
|
||||
|
@ -120,6 +120,7 @@ export class ScramjetController {
|
|||
}
|
||||
const tx = this.db.transaction("config", "readwrite");
|
||||
const store = tx.objectStore("config");
|
||||
console.log(store.getAll());
|
||||
const req = store.put($scramjet.config, "config");
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue