Skip to content

Commit

Permalink
Increase size limit
Browse files Browse the repository at this point in the history
This is necessary because we had to add some browser-compatible
alternatives for node-only dependencies and builtins.
See #1891 for more details.
  • Loading branch information
carlobeltrame authored and diegomura committed Jul 4, 2022
1 parent dff88b0 commit 399d653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/.size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const webpack = require('webpack');
module.exports = [
{
path: 'lib/react-pdf.browser.es.js',
limit: '450 kB',
limit: '500 kB',

modifyWebpackConfig: config => {
config.resolve = {
Expand Down

0 comments on commit 399d653

Please sign in to comment.