Skip to content

Commit

Permalink
don't 'freeze' objects
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 9, 2024
1 parent b330ec2 commit 1b0fa24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default [
file: `${dist}/webgpu-utils.module.js`,
format: 'esm',
sourcemap: true,
freeze: false,
banner,
},
],
Expand All @@ -40,6 +41,7 @@ export default [
file: `${dist}/webgpu-utils.js`,
format: 'umd',
sourcemap: true,
freeze: false,
banner,
},
],
Expand All @@ -54,6 +56,7 @@ export default [
file: `${dist}/webgpu-utils.min.js`,
format: 'umd',
sourcemap: true,
freeze: false,
banner,
},
],
Expand Down

0 comments on commit 1b0fa24

Please sign in to comment.