mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: babel-standalone v6.26.0 (#332)
This commit is contained in:
@@ -158,6 +158,8 @@ targets.setLastVersion = function (type, version) {
|
||||
return '0.21.1';
|
||||
} else if (type.startsWith('/babel-polyfill/')) {
|
||||
return '7.12.1';
|
||||
} else if (type.startsWith('/babel-standalone/')) {
|
||||
return '6.26.0';
|
||||
} else if (type.startsWith('/backbone.js/0.')) {
|
||||
return '0.9.10';
|
||||
} else if (type.startsWith('/backbone.js/1.')) {
|
||||
@@ -562,6 +564,7 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'babel.min.jsm': 'Babel standalone',
|
||||
'anime.min.jsm': 'animejs',
|
||||
'lightcase.min.jsm': 'lightcase (JS)',
|
||||
'lightcase.min.css': 'lightcase (CSS)',
|
||||
|
Reference in New Issue
Block a user