Skip to content

Commit

Permalink
fix: Remove emoji-regex from externals (#461)
Browse files Browse the repository at this point in the history
Should fix #451 but we need to test after the release.
  • Loading branch information
shuding authored Apr 24, 2023
1 parent 2f51f35 commit 912956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
},
minify: process.env.NODE_ENV !== 'development',
format: ['esm', 'cjs'],
noExternal: ['twrnc'],
noExternal: ['twrnc', 'emoji-regex'],
esbuildOptions(options) {
if (process.env.WASM) {
options.outExtension = {
Expand Down

1 comment on commit 912956b

@vercel
Copy link

@vercel vercel bot commented on 912956b Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.