Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.js 273B

1234567891011
  1. var profile = {
  2. resourceTags: {
  3. ignore: function(filename, mid){
  4. // only include moment/moment
  5. return mid != "moment/moment";
  6. },
  7. amd: function(filename, mid){
  8. return /\.js$/.test(filename);
  9. }
  10. }
  11. };