Replace babel-eslint with @babel/eslint-parser
As per output during install:
warning serverless-bundle > [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
Hmm not sure what's causing the tests to fail here.
@jayair my guess is that "parser": "babel-eslint" config in serverless-bundle/src/eslintrc.json needs to change to @babel/eslint-parser.
Oh I see. Anybody want to take this on and fix the tests so we can merge it?
Any update on this ?
If somebody could figure out what's going on with the tests, then I can merge this and publish it.