blowfish/node_modules/moment/package.js
2023-01-29 22:30:24 +00:00

11 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);
}
}
};