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 diegomura#1891 for more details.
  • Loading branch information
carlobeltrame authored and diegomura committed Jul 2, 2022
1 parent 9520d44 commit 6ff9d04
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 6ff9d04

Please sign in to comment.