evilmartians / chronicles-gql-martian-library

71 stars 36 forks source link

babel-polyfill is deprecated #3

Closed AlexeyMatskevich closed 5 years ago

AlexeyMatskevich commented 5 years ago

Hi guys, I studied your repository and tried to reproduce. When I started the server I found a warning about babel-polyfill, which have recommended use core-js instead of the deprecated package. Then I found that's core-js already included and have a setting in babel.config.js by default. What do you think about remove babel-polyfill?

HellSquirrel commented 5 years ago

@AlexeyMatskevich This is a great idea! Thank you. We forgot to remove it after switching to webpacker 4 :)