initial
This commit is contained in:
11
node_modules/moment/package.js
generated
vendored
Normal file
11
node_modules/moment/package.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
var profile = {
|
||||
resourceTags: {
|
||||
ignore: function(filename, mid){
|
||||
// only include moment/moment
|
||||
return mid != "moment/moment";
|
||||
},
|
||||
amd: function(filename, mid){
|
||||
return /\.js$/.test(filename);
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user