Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-28 08:53:24 +0300
committerStan Hu <stanhu@gmail.com>2019-07-28 10:28:33 +0300
commitcb3290a1a3deed5db6a5361ef3963a5eb83ef2aa (patch)
tree984cfd784f85c29a0b7c64a3e1049b3bdfa06430 /package.json
parent5861b9fd32435a0e691646e7ffef19dec2561ecf (diff)
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 773918524f9..dfa8e8fe4d7 100644
--- a/package.json
+++ b/package.json
@@ -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",