Skip to content

Commit

Permalink
chore: bump size limit running time (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgutsol committed Apr 26, 2023
1 parent 869ea5a commit e78158f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module.exports = [
{
ignore: ['react', 'react-dom'],
limit: '3.2 s',
limit: '3.6 s',
name: 'CommonJS',
path: './packages/forma-36-react-components/dist/index.js',
},
{
ignore: ['react', 'react-dom'],
import: '*',
limit: '3.2 s',
limit: '3.6 s',
name: 'Module',
path: './packages/forma-36-react-components/dist/index.module.js',
},
Expand Down

0 comments on commit e78158f

Please sign in to comment.