Skip to content

Commit

Permalink
external
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 9, 2023
1 parent 35a3e37 commit bd34a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const build = async (previousFileSizes) => {
platform: 'node',
target: 'node12',
bundle: true,
external: ['geoip-country', 'mime'],
external: ['geoip-country'],
});
console.log('building client...');

Expand Down

0 comments on commit bd34a47

Please sign in to comment.