package.elm-lang.org
package.elm-lang.org copied to clipboard
Limit for docs.json too low
trafficstars
As described in https://github.com/matheus23/elm-default-tailwind-modules/issues/6 it's not possible for the package to support Tailwind 3 because of the docs.json size limit.
I don't know how often the limit prevented someone from adding a docs.json file that should be smaller but in this case it's preventing new functionality.
I've just encountered this issue.
"Failure uploading your package:\n - Your docs.json is too
big. Must be less than 768kb.\nLet us know if this limit is too low!"
My docs.json is ~963k and that's after I stripped out a lot of documentation.
What needs to happen for the limit to be increased a bit?