It seems to contain a lot of dev dependencies. If you did this because the dependencies are needed on the build server where NODE_ENV=production, you can just yarn install --production=false or npm install --production=false.
Please reduce the dependencies to the ones that are actually required by the runtime library (in our case the getPolyfillString function).
This is the dependency tree introduced by adding the package:
It seems to contain a lot of dev dependencies. If you did this because the dependencies are needed on the build server where
NODE_ENV=production
, you can justyarn install --production=false
ornpm install --production=false
.Please reduce the dependencies to the ones that are actually required by the runtime library (in our case the
getPolyfillString
function).This is the dependency tree introduced by adding the package:
https://github.com/kaliberjs/build/pull/153#issuecomment-433178431