BE-SPAN/node_modules/moment/package.js
githubna-ilham 722cd440e8 first commit
2024-10-20 22:04:16 +07:00

12 lines
273 B
JavaScript

var profile = {
resourceTags: {
ignore: function(filename, mid){
// only include moment/moment
return mid != "moment/moment";
},
amd: function(filename, mid){
return /\.js$/.test(filename);
}
}
};