Skip to content

Commit b62620b

Browse files
author
Anton Kiselev
committed
resolve code issue
1 parent d706737 commit b62620b

File tree

4 files changed

+10
-627
lines changed

4 files changed

+10
-627
lines changed

gulpfile.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -911,12 +911,6 @@ function getDefaultFtl() {
911911
return stringBuf.join("\n");
912912
}
913913

914-
function getDialogPolyfillCSS() {
915-
return fs
916-
.readFileSync("node_modules/dialog-polyfill/dist/dialog-polyfill.css")
917-
.toString();
918-
}
919-
920914
gulp.task("locale", function () {
921915
const VIEWER_LOCALE_OUTPUT = "web/locale/";
922916

@@ -1593,8 +1587,6 @@ function buildLib(defines, dir) {
15931587
defines.SKIP_BABEL ? "lib/" : "lib-legacy/"
15941588
),
15951589
DEFAULT_FTL: getDefaultFtl(),
1596-
DIALOG_POLYFILL_CSS:
1597-
defines.GENERIC && !defines.SKIP_BABEL ? getDialogPolyfillCSS() : "",
15981590
};
15991591

16001592
const inputStream = ordered([

0 commit comments

Comments
 (0)