Skip to content

Commit 6ff9d04

Browse files
carlobeltramediegomura
authored andcommitted
Increase size limit
This is necessary because we had to add some browser-compatible alternatives for node-only dependencies and builtins. See diegomura#1891 for more details.
1 parent 9520d44 commit 6ff9d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/renderer/.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const webpack = require('webpack');
33
module.exports = [
44
{
55
path: 'lib/react-pdf.browser.es.js',
6-
limit: '450 kB',
6+
limit: '500 kB',
77

88
modifyWebpackConfig: config => {
99
config.resolve = {

0 commit comments

Comments
 (0)