File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ const bundlewatchConfig = {
2+ files : [
3+ {
4+ path : './dist/angular-cld/bundles/cloudinary-angular-5.x.umd.js' ,
5+ maxSize : '30kb'
6+ } ,
7+ {
8+ path : './dist/angular-cld/fesm5/cloudinary-angular-5.x.js' ,
9+ maxSize : '25kb'
10+ }
11+ ] ,
12+ defaultCompression : 'gzip' ,
13+ } ;
14+
15+ module . exports = bundlewatchConfig ;
Original file line number Diff line number Diff line change 88 "install-sample-from-source" : " node ./scripts/install-sample-from-source.js samples/photo_album" ,
99 "install-sample-from-source:jquery" : " node ./scripts/install-sample-from-source.js samples/photo_album_with_jquery" ,
1010 "build" : " ng build angular-cld && npm run copy-lib-assets" ,
11- "copy-lib-assets" : " cp \" LICENSE\" \" CHANGELOG.md\" \" dist/angular-cld\" "
11+ "copy-lib-assets" : " cp \" LICENSE\" \" CHANGELOG.md\" \" dist/angular-cld\" " ,
12+ "bundlewatch" : " bundlewatch --config bundlewatch.config.js"
1213 },
1314 "private" : true ,
1415 "dependencies" : {
3435 "@types/jasmine" : " ~2.8.6" ,
3536 "@types/jasminewd2" : " ~2.0.3" ,
3637 "@types/node" : " ~8.9.4" ,
38+ "bundlewatch" : " ^0.2.6" ,
3739 "cloudinary-core" : " ^2.8.1" ,
3840 "codelyzer" : " ~4.2.1" ,
3941 "jasmine-core" : " ~2.99.1" ,
You can’t perform that action at this time.
0 commit comments