Make pdf.js render CJK characters
As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
Showing
... | ... | @@ -56,6 +56,7 @@ |
"clipboard": "^1.7.1", | ||
"codesandbox-api": "^0.0.20", | ||
"compression-webpack-plugin": "^2.0.0", | ||
"copy-webpack-plugin": "^5.0.4", | ||
"core-js": "^3.1.3", | ||
"cropper": "^2.3.0", | ||
"css-loader": "^1.0.0", | ||
... | ... |
Please register or sign in to comment