We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c9bab commit 543386aCopy full SHA for 543386a
1 file changed
eslint/pack.js
@@ -178,6 +178,10 @@ var packNonManifestExtensionFiles = function(zip, packedFileName) {
178
return addImageFileToZip(zip, "ChapterStateNone.svg");
179
}).then(function () {
180
return addImageFileToZip(zip, "ChapterStateSleeping.svg");
181
+ }).then(function () {
182
+ return addImageFileToZip(zip, "FileEarmarkCheck.svg");
183
184
+ return addImageFileToZip(zip, "FileEarmarkCheckFill.svg");
185
186
return addCssFileToZip(zip, "default.css");
187
0 commit comments