You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to include the entry files in the bundle size, as they only serve as a means to cherry pick relevant parts of the API for each size limit test and are not actually published.
For some reason none of these variations in the ignore array work:
size-limit-entries
size-limit-entries/browser.mjs
./size-limit-entries
./size-limit-entries/browser.mjs
When using --why:
The text was updated successfully, but these errors were encountered:
We use webpack’s externals option and I am not sure that we use it right for your case. If you will do some hacks in your project (just open this file in node_modules) it will speed up the issue.
I have multiple size-limit entry files for server, browser, etc, like this:
I don't want to include the entry files in the bundle size, as they only serve as a means to cherry pick relevant parts of the API for each size limit test and are not actually published.
For some reason none of these variations in the
ignore
array work:size-limit-entries
size-limit-entries/browser.mjs
./size-limit-entries
./size-limit-entries/browser.mjs
When using
--why
:The text was updated successfully, but these errors were encountered: