diff options
| author | Brandon Millman <brandon.millman@gmail.com> | 2018-11-08 09:16:41 +0800 |
|---|---|---|
| committer | Brandon Millman <brandon.millman@gmail.com> | 2018-11-08 09:16:41 +0800 |
| commit | 54b51830d075fcfc9b9e3ce0f4f4a4ef26eaf036 (patch) | |
| tree | 22213f54955284e924f528c2b81d70560e407a59 | |
| parent | 28df5bfd94e817cb90689059d7255495ca6522ad (diff) | |
| download | dexon-sol-tools-54b51830d075fcfc9b9e3ce0f4f4a4ef26eaf036.tar.gz dexon-sol-tools-54b51830d075fcfc9b9e3ce0f4f4a4ef26eaf036.tar.zst dexon-sol-tools-54b51830d075fcfc9b9e3ce0f4f4a4ef26eaf036.zip | |
chore(instant): increase max bundle size for bundle watch
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c786e7f19..e598ac2d3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, { "path": "packages/instant/public/main.bundle.js", - "maxSize": "500kB" + "maxSize": "1000kB" } ], "ci": { |
