| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -100,5 +100,6 @@ function supportNativeFilter(context: any) { | |||
| 100 | 100 | return false | |
| 101 | 101 | ||
| 102 | 102 | const [major, minor] = rollupVersion.split('.') | |
| 103 | - return (Number(major) > 4 || (Number(major) === 4 && Number(minor) >= 38)) | ||
| 103 | + // https://github.com/rollup/rollup/pull/5909#issuecomment-2798739729 | ||
| 104 | + return (Number(major) > 4 || (Number(major) === 4 && Number(minor) >= 40)) | ||
| 104 | 105 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments