revere.dev/safelock/dashboard/node_modules/moment/package.js

12 lines
273 B
JavaScript
Raw Permalink Normal View History

2024-07-01 21:55:25 +02:00
var profile = {
resourceTags: {
ignore: function(filename, mid){
// only include moment/moment
return mid != "moment/moment";
},
amd: function(filename, mid){
return /\.js$/.test(filename);
}
}
};