avoidwork / filesize.js

JavaScript library to generate a human readable String describing the file size
https://filesizejs.com
BSD 3-Clause "New" or "Revised" License
1.61k stars 97 forks source link

Upgrade babel to version 7 #121

Closed realityking closed 3 years ago

realityking commented 3 years ago

No functional difference but it generates somewhat nicer unminified code.

avoidwork commented 3 years ago

thanks!

avoidwork commented 3 years ago

Re-adding comment.

Had to force push it out due to:

Running "babili" task
Warning: Cannot find module 'babel-core'
Require stack:
- C:\Users\jason\Projects\filesize.js\Gruntfile.js
- C:\Users\jason\Projects\filesize.js\node_modules\grunt\lib\grunt\task.js
- C:\Users\jason\Projects\filesize.js\node_modules\grunt\lib\grunt.js
- C:\Users\jason\Projects\filesize.js\node_modules\grunt-cli\bin\grunt
- C:\Users\jason\Projects\filesize.js\node_modules\grunt\bin\grunt Use --force to continue.

Aborted due to warnings.

This project needs a tool chain update.

realityking commented 3 years ago

Oh damn, sorry about that. I do have another PR almost ready to use rollup as the build system. I'll make this commit part of that branch.