Skip to content

Commit

Permalink
Bump up the bundle size of main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Aug 16, 2021
1 parent 0c0c64e commit 0d87d65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 53 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"bundlesize": [
{
"path": "./build/ddocs/medic/_attachments/main.js",
"maxSize": "800 kB"
"maxSize": "900 kB"
},
{
"path": "./build/ddocs/medic/_attachments/polyfills-es5.js",
Expand Down
24 changes: 0 additions & 24 deletions webapp/src/js/enketo/bootstrap-datepicker.bm.js

This file was deleted.

26 changes: 0 additions & 26 deletions webapp/src/js/enketo/bootstrap-datepicker.hi.js

This file was deleted.

4 changes: 2 additions & 2 deletions webapp/src/js/enketo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require('bootstrap-datepicker/js/locales/bootstrap-datepicker.es');
require('bootstrap-datepicker/js/locales/bootstrap-datepicker.fr');
require('bootstrap-datepicker/js/locales/bootstrap-datepicker.sw');
require('bootstrap-datepicker/js/locales/bootstrap-datepicker.id');
require('./bootstrap-datepicker.bm');
require('./bootstrap-datepicker.hi');
require('bootstrap-datepicker/js/locales/bootstrap-datepicker.bm');
require('bootstrap-datepicker/js/locales/bootstrap-datepicker.hi');
require('./bootstrap-datepicker.ceb');
require('./bootstrap-datepicker.hil');
require('./bootstrap-datepicker.tl');
Expand Down

0 comments on commit 0d87d65

Please sign in to comment.