DevSide

Results 4 issues of DevSide

bn.js is used by a lot of packages but some of them does not use all bn's features and are meant to be run in a browser where package size...

feature / refactor

I suggest passing an interval parameter to avoid wasting seconds before running the script.

Webpack compilation errors and warnings should be typed as `Error` to get a better stacktrace. Some frameworks, like Gatsby, parse Webpack errors then fail when they encounter errors as String.

`short_description` field is missing on "gif-q" feature (maybe some other) which makes @imgix/gatsby throws here: https://github.com/imgix/gatsby/blob/main/src/modules/gatsby-plugin/graphqlTypes.ts#L59 Either this is a required field and should be fix here, or @imgix/gatsby should...