Skip to content

Commit

Permalink
fix: Replace deprecated dependency
Browse files Browse the repository at this point in the history
Move from deprecated node-sass to Dart Sass and correct the autoprefixer script
  • Loading branch information
cutterbl committed Dec 20, 2021
2 parents 6ec4c93 + 8c22937 commit a88da3f
Show file tree
Hide file tree
Showing 7 changed files with 3,758 additions and 3,869 deletions.
24 changes: 12 additions & 12 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"./dist/react-big-calendar.js": {
"bundled": 535473,
"minified": 165496,
"gzipped": 51033
"bundled": 536877,
"minified": 165660,
"gzipped": 51022
},
"./dist/react-big-calendar.min.js": {
"bundled": 463447,
"minified": 143731,
"gzipped": 45351
"bundled": 464776,
"minified": 143848,
"gzipped": 45240
},
"dist/react-big-calendar.esm.js": {
"bundled": 219707,
"minified": 99686,
"gzipped": 24772,
"bundled": 220156,
"minified": 99914,
"gzipped": 24835,
"treeshaked": {
"rollup": {
"code": 63234,
"import_statements": 1412
"code": 63400,
"import_statements": 1445
},
"webpack": {
"code": 66700
"code": 66893
}
}
}
Expand Down
Loading

0 comments on commit a88da3f

Please sign in to comment.