Skip to content

Commit

Permalink
build(protobuf): fix build script and add typing to package.json (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
miltoncandelero committed Sep 11, 2023
1 parent 6cd5d3f commit 4f2aae6
Show file tree
Hide file tree
Showing 10 changed files with 4,255 additions and 3,743 deletions.
2 changes: 1 addition & 1 deletion packages/nakama-js-protobuf/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ await esbuild.build({
await esbuild.build({
...config,
format: 'esm',
outfile: 'dist/nakama-js-protobuf.esm.js'
outfile: 'dist/nakama-js-protobuf.esm.mjs'
});

// Build IIFE
Expand Down
999 changes: 754 additions & 245 deletions packages/nakama-js-protobuf/dist/nakama-js-protobuf.esm.mjs

Large diffs are not rendered by default.

Loading

0 comments on commit 4f2aae6

Please sign in to comment.