diff --git a/.size-snapshot.json b/.size-snapshot.json index 5295d553c..d179165d9 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -24,26 +24,26 @@ } }, "react-big-calendar.js": { - "bundled": 1583203, - "minified": 445033, - "gzipped": 137433 + "bundled": 1583365, + "minified": 445101, + "gzipped": 137464 }, "react-big-calendar.min.js": { - "bundled": 283207, - "minified": 281758, - "gzipped": 88844 + "bundled": 283536, + "minified": 281826, + "gzipped": 88860 }, "react-big-calendar.esm.js": { - "bundled": 206455, - "minified": 97326, - "gzipped": 25439, + "bundled": 200119, + "minified": 93592, + "gzipped": 24251, "treeshaked": { "rollup": { - "code": 69823, - "import_statements": 1103 + "code": 66279, + "import_statements": 1777 }, "webpack": { - "code": 72947 + "code": 70059 } } } diff --git a/babel.config.js b/babel.config.js index 6ee44e3e6..9bd27cf58 100644 --- a/babel.config.js +++ b/babel.config.js @@ -13,7 +13,7 @@ module.exports = function (api) { }), }, ], - 'react-app', + ['react-app', { absoluteRuntime: false }], ], plugins: [ ['@babel/plugin-transform-runtime'],