Skip to content

Commit

Permalink
Fix utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
UX3D-haertl committed Jun 3, 2024
1 parent b54fef9 commit 297fc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
wasm( {fileName: "libs/[name][extname]", publicPath: "./"} ),
glslify(),
resolve({
browser: false,
browser: true,
preferBuiltins: false,
dedupe: ['gl-matrix', 'jpeg-js', 'fast-png']
}),
Expand Down

0 comments on commit 297fc81

Please sign in to comment.