Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
273 Bytes
var profile = {
resourceTags: {
ignore: function(filename, mid){
// only include moment/moment
return mid != "moment/moment";
},
amd: function(filename, mid){
return /\.js$/.test(filename);
}
}
};