rollup-plugin-progress
rollup-plugin-progress copied to clipboard
rollup plugin for current build status
For my rollup config, I also use `rollup-plugin-size` and `rollup-plugin-filesize`, but this plugin does not move to the next line with default props when it's done: ``` 100% (4): src/ErrorBox.tsx┌────────────────────────────────┐...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
syncronous I/Os are incredibly inefficient, and it's useage in this package is a very implementation
syncronous I/Os are famous for increasing overhead and should generally be avoided if async I/Os can be used. in addition, using them for keeping count is nonsensical
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Hi! I use concurrently in package.json to run commands that will work both on POSIX and windows shells: In root: ```json { "scripts": { "watch": "npx concurrently --kill-others --names public,server...
It would be great if it would jump to a new line after each step is finished. Otherwise what happens is the next console log starts at the end of...
When I just pipe rollup with i.E. tape-run without defining a `dest` at all, like that $ rollup -c env/test/rollup.config.js | tape-run then this progress plugin throws this error: ```...
```` [11:37:11] ReferenceError in plugin 'run-sequence(rollupPlugins)' Message: totalFilePath is not defined Stack: ReferenceError: totalFilePath is not defined at progress (C:\www\html-gateway\ui\BUILD\node_modules\rollup-plugin-progress\dist\rollup-plugi n-progress.js:27:22) at Gulp. (C:\www\html-gateway\ui\BUILD\gulpfile.js:199:24) at module.exports (C:\www\html-gateway\ui\BUILD\node_modules\orchestrator\lib\runTask.js:34:7) at Gulp.Orchestrator._runTask (C:\www\html-gateway\ui\BUILD\node_modules\orchestrator\index.js:...