We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have noticed the following regression upgrading size-limit:
v0.14.1
v0.15.0
It could be linked to my configuration. The beginning of the rabbit hole 🐰:
.size-limit
{ "name": "The initial cost people pay for using one component", "path": "test/size/overhead.js", "limit": "25.0 KB" },
test/size/overhead.js
import '../../build/Paper';
../../build/Paper/index.js
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _Paper = require('./Paper'); Object.defineProperty(exports, 'default', { enumerable: true, get: function get() { return _interopRequireDefault(_Paper).default; } }); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
Any idea?
The text was updated successfully, but these errors were encountered:
We found a source and fix is in the master. I will release it tomorrow (sorry, have no power after 9 hours flight).
Sorry, something went wrong.
No rush. It would still be awesome to have this issue fixed in one month from now :).
The fix was released in 0.16.
No branches or pull requests
I have noticed the following regression upgrading size-limit:
v0.14.1
v0.15.0
It could be linked to my configuration. The beginning of the rabbit hole 🐰:
.size-limit
test/size/overhead.js
../../build/Paper/index.js
Any idea?
The text was updated successfully, but these errors were encountered: