Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Aug 4, 2023
1 parent a347fef commit 313389e
Show file tree
Hide file tree
Showing 8 changed files with 1,372 additions and 44 deletions.
5 changes: 5 additions & 0 deletions packages/client/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ module.exports = {
test: /\.wasm$/,
type: "javascript/auto",
},
{
test: /\.mjs/,
include: /node_modules/,
type: "javascript/auto",
},
],
},
},
Expand Down
Loading

0 comments on commit 313389e

Please sign in to comment.