Skip to content

Commit

Permalink
do not exclude cp949
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jul 7, 2020
1 parent 6cc48fd commit f4180d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconv-lite-umd",
"version": "0.6.5",
"version": "0.6.6",
"description": "Iconv-lite as UMD module",
"main": "lib/iconv-lite-umd.js",
"typings": "iconv-lite-umd.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const path = require("path");
// This saves us some bytes, which is important for vscode-web.
const removeUnsupportedEncodings = [
"utf7.js",
"utf32.js",
"tables/cp949.json",
"utf32.js"
].map((file) => {
return {
test: path.resolve(__dirname, "node_modules/iconv-lite/encodings", file),
Expand Down

0 comments on commit f4180d8

Please sign in to comment.