upload, string extensions, lgres

This commit is contained in:
2023-03-30 12:39:26 +08:00
parent 1d636cdc79
commit f5bc42fa20
11 changed files with 323 additions and 33 deletions

View File

@ -18,7 +18,8 @@ libraries.forEach(async (lib) => {
...lib,
formats: ['umd'],
fileName: (_format, name) => `${name}.min.js`
}
},
sourcemap: true
}
})
})