mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 19:49:04 +00:00
Compare commits
1 Commits
threading-
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dabee063b8 |
4
codecs/oxipng/Cargo.lock
generated
4
codecs/oxipng/Cargo.lock
generated
@@ -134,9 +134,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "crossbeam-deque"
|
||||
version = "0.8.0"
|
||||
version = "0.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
||||
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"crossbeam-epoch",
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
// If the loader is already loaded, just stop.
|
||||
if (!self.<%- amdFunctionName %>) {
|
||||
Object.defineProperty(navigator, 'hardwareConcurrency', { value: 4 });
|
||||
let registry = {};
|
||||
|
||||
const singleRequire = (uri, parentUri) => {
|
||||
|
||||
@@ -129,7 +129,7 @@ export default async function ({ watch }) {
|
||||
resolve(),
|
||||
replace({ __PRERENDER__: false, __PRODUCTION__: isProduction }),
|
||||
entryDataPlugin(),
|
||||
//isProduction ? terser({ module: true }) : {},
|
||||
isProduction ? terser({ module: true }) : {},
|
||||
],
|
||||
preserveEntrySignatures: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user