프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / moment / package.js

이력 | 보기 | 이력해설 | 다운로드 (273 Bytes)

1 39 HKM
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
};