nodemon-webpack-plugin icon indicating copy to clipboard operation
nodemon-webpack-plugin copied to clipboard

A webpack plugin that uses Nodemon to start and reload the server.

Results 5 nodemon-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Hello! How I can use this plugin for watching multiple targets? I want to watch when `dist` directory changes and when a file at a specific path changes too. How...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

and index.d.ts has been added to nodemon https://github.com/remy/nodemon/commit/cd27c0b50584e078a10338ef0c37282255f3f9ca This generates now an error in this plugin ``` node_modules/nodemon-webpack-plugin/typings.d.ts:1:44 - error TS2306: node_modules/nodemon/index.d.ts' is not a module. 1 import { Settings...