only-if-changed-webpack-plugin
only-if-changed-webpack-plugin copied to clipboard
Webpack plugin to only run build if dependent files have changed
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...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 4.18.2. Release notes Sourced from eslint's releases. v4.18.2 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about...
This plugin works great with Webpack v3, but after I upgraded to Webpack v4, I can no longer build. ### The Error The error I see in the console is:...
Is this library even still supported?
Consider an entrypoint for webpack with an Array of files like so: ```js files: ['foo.js', 'bar.js'] ``` If you first build with webpack, remove `foo.js`, and then build again, webpack...
This plugin disables the normal operation of [copy-webpack-plugin](https://github.com/kevlened/copy-webpack-plugin). I guess it prevents the copy plugin from running because it thinks there are no changed files, even though some of the...
TypeError: Cannot read property 'hash' of undefined only if changed html-webpack tries to get entries[0].hash and array is empty.