-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Tidyup build config - upgraded babel - upgraded rollup - fixed material-ui globals - replaced babel cli with rollup config with many entries - auto resolve named exports - skip non existent export warning - import correct (esm/cjs) babel helpers - error when material-ui global is not provided Here's generated build/esm/. Treeshaking should work fine. ``` Calendar-b9ae6101.js Calendar.js Clock-3486e4fb.js Clock.js ClockView.js DatePicker.js DateTimePicker.js Day.js Picker-429246aa.js Picker.js TimePicker.js TimePickerToolbar-e568e280.js Wrapper-12538b96.js index.js makePickerWithState-8a1dec7e.js useUtils-7fbeb79a.js ``` * Remove object-rest-spread
- Loading branch information
1 parent
ddddbd9
commit ad6314b
Showing
5 changed files
with
314 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"build/dist/material-ui-pickers.esm.js": { | ||
"bundled": 103383, | ||
"minified": 57000, | ||
"gzipped": 15355, | ||
"bundled": 97826, | ||
"minified": 54733, | ||
"gzipped": 15237, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 46086, | ||
"import_statements": 1795 | ||
"code": 43817, | ||
"import_statements": 1794 | ||
}, | ||
"webpack": { | ||
"code": 52521 | ||
"code": 50069 | ||
} | ||
} | ||
}, | ||
"build/dist/material-ui-pickers.umd.js": { | ||
"bundled": 1072952, | ||
"minified": 365394, | ||
"gzipped": 100763 | ||
"bundled": 205895, | ||
"minified": 78743, | ||
"gzipped": 23429 | ||
}, | ||
"build/dist/material-ui-pickers.umd.min.js": { | ||
"bundled": 837988, | ||
"minified": 310015, | ||
"gzipped": 86788 | ||
"bundled": 160063, | ||
"minified": 67220, | ||
"gzipped": 20255 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.