Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
397b61b195 Bump bumpalo from 3.4.0 to 3.12.0 in /codecs/resize
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.4.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.4.0...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 22:38:12 +00:00
3 changed files with 5 additions and 4 deletions

View File

@@ -1,10 +1,12 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "bumpalo"
version = "3.4.0"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
[[package]]
name = "bytemuck"

View File

@@ -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) => {

View File

@@ -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,
},