Skip to content

Commit

Permalink
fix: reset iso-639-1 and locale-emoji as dependencies
Browse files Browse the repository at this point in the history
refs #32
  • Loading branch information
yassinedoghri committed Sep 5, 2022
1 parent 64b5064 commit b2863d7
Show file tree
Hide file tree
Showing 7 changed files with 4,000 additions and 6,320 deletions.
10 changes: 8 additions & 2 deletions build.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ require("esbuild")
bundle: true,
entryPoints: ["src/index.ts", "src/cli/index.ts"],
outdir: "dist",
external: ["i18next", "@proload/core", "@proload/plugin-tsm"],
external: [
"i18next",
"@proload/core",
"@proload/plugin-tsm",
"locale-emoji",
"iso-639-1",
],
minify: true,
format: "esm",
platform: "node",
target: "esnext",
target: "node14",
banner: {
js: `
import module2 from 'module';
Expand Down
Loading

0 comments on commit b2863d7

Please sign in to comment.