vue-toasted
vue-toasted copied to clipboard
swap to babel-preset-env
Hey, I noticed vue-toasted is still using the babel-preset-2015.
Babel seems to be recommending to use babel-preset-env and relying on browserslist to figure out what features needs to be transpiled.
I've also set builtIns to usage so polyfills with core-js are automatically added in. This way polyfills don't need to be manually added (related to #143)
Not sure what is recommended for library authors in regards to core-js polyfills actually. I can look into this later if you like?
node-sass was also failing to build for me (on NodeJS 12), that's why I upgraded it.
hey sorry for the late reply! would you still be interested in me checking out the latest version?
I've merged the latest master into my branch. Let me know if there's anything else I need to change :)