DiscofyAPI/node_modules/moment/package.js

12 lines
273 B
JavaScript
Raw Normal View History

2021-03-25 17:23:36 +01:00
var profile = {
resourceTags: {
ignore: function(filename, mid){
// only include moment/moment
return mid != "moment/moment";
},
amd: function(filename, mid){
return /\.js$/.test(filename);
}
}
};