purge JSZip

This commit is contained in:
4nshuman 2024-10-06 21:25:46 +05:30
parent e252567c88
commit 822d850513
5 changed files with 0 additions and 17 deletions

View File

@ -72,7 +72,6 @@ export default [
"iro": true, // iro.js color picker
"$": true, // jQuery
"jQuery": true, // jQuery
"JSZip": true, // JSZip
"_": true, // lodash
"QRCode": true, // qrcode
"io": true, // socket.io

View File

@ -14,7 +14,6 @@
"/lib/timeago.min.js",
"/lib/iro.min.js",
"/lib/isMobile.min.js",
"/lib/jszip-3.10.1.min.js",
"/lib/fflate-0.8.2.min.js"
],
"css_paths": [

File diff suppressed because one or more lines are too long

View File

@ -31,7 +31,6 @@ const lib_paths =[
`/lib/timeago.min.js`,
`/lib/iro.min.js`,
`/lib/isMobile.min.js`,
`/lib/jszip-3.10.1.min.js`,
`/lib/fflate-0.8.2.min.js`,
]

View File

@ -11,6 +11,5 @@ module.exports = [
"timeago.min.js",
"iro.min.js",
"isMobile.min.js",
"jszip-3.10.1.min.js",
"fflate-0.8.2.min.js"
];