PSTW_CentralizeSystem/wwwroot/assets/libs/moment/package.js
2024-11-15 16:29:52 +08:00

12 lines
241 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);
},
},
};