Skip to content

Commit

Permalink
Merge pull request #2438 from opral/nilsjacobsen/inlmc-23-fix-esbuild…
Browse files Browse the repository at this point in the history
…-configuration

fix: esbuild external settings
  • Loading branch information
NilsJacobsen authored Mar 21, 2024
2 parents 6eb5d8c + 8bb7630 commit 5ef7906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlang/source-code/settings-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"scripts": {
"build": "pnpm run format && esbuild src/index.ts --bundle --format=esm --platform=browser --outfile=dist/index.mjs && tsc --emitDeclarationOnly --declaration --outDir dist",
"build": "pnpm run format && esbuild src/index.ts --bundle --external:node:crypto --format=esm --platform=browser --outfile=dist/index.mjs && tsc --emitDeclarationOnly --declaration --outDir dist",
"format": "prettier --write **/*.ts",
"storybook": "storybook dev -p 6006"
},
Expand Down

0 comments on commit 5ef7906

Please sign in to comment.