aadsm / jsmediatags

Media Tags Reader (ID3, MP4, FLAC)
Other
748 stars 128 forks source link

Update babel plugins #74

Closed pioug closed 7 years ago

pioug commented 7 years ago

Doing some chores and updating the Babel tooling.

I also noticed there is a .babelrc (used by npm run build|watch I think) and Babel configurations for npm run dist-dev|dist-watch).

Maybe we can keep a single configuration in .babelrc to make it simple. What do you think?

aadsm commented 7 years ago

I don't remember exactly why I put the babel configuration in the package.json directly for the dist-* scripts. I'd be happy to have everything in .babelrc.

Thanks!

pioug commented 7 years ago

Thanks for the info! I move all Babel config to .babelrc.

aadsm commented 7 years ago

Merged!