babel-watch icon indicating copy to clipboard operation
babel-watch copied to clipboard

Reload your babel-node app on JS source file changes. And do it fast.

Results 8 babel-watch issues
Sort by recently updated
recently updated
newest added

Hi, I've set up babel-watch with the following config on my backend: ``` babel-watch ./index.js -e .js,.mjs,.json,.graphql -w src ``` Every time I alter a file, I get the usual...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 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 See full...

dependencies

Hey! Thanks for an excellent tool! Has there been any interest in creating a module api so that the tool can be more easily integrated into other toolchains, e.g.: ```js...

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

I've tried to add `--watch` option manually and also [the suggestions here](https://github.com/kmagiera/babel-watch#application-doesnt-restart-automatically) but nothing's working. My script block looks like this ```js "scripts": { ... "clean": "rm -rf build &&...

Hello, My application requires certain dependencies in `node_modules` to be transpiled. However, it seems that `babel-watch` completely ignores `node_modules` no matter what my config is. I looked in the source...