forked from external-repos/squoosh
Structure for browser decoders. Some work on decoding.
This commit is contained in:
@@ -72,7 +72,7 @@ export default function () {
|
||||
await Promise.all([
|
||||
fsp.writeFile(
|
||||
path.join(workerBasePath, 'tsconfig.json'),
|
||||
JSON.stringify(workerTsConfig, null, ' '),
|
||||
autoGenComment + JSON.stringify(workerTsConfig, null, ' '),
|
||||
),
|
||||
fsp.writeFile(path.join(workerBasePath, 'index.ts'), workerFile),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user