Socket
Socket
Sign inDemoInstall

babel-plugin-add-filehash

Package Overview
Dependencies
553
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.9.4 to 6.9.5

test/.eslintrc

2

package.json
{
"name": "babel-plugin-add-filehash",
"version": "6.9.4",
"version": "6.9.5",
"description": "Makes sure Babel output changes whenever the input file changes.",

@@ -5,0 +5,0 @@

@@ -6,5 +6,6 @@ # babel-plugin-add-filehash

This makes sure subsequent tools like webpack reprocess the file and
show updated eslint messages/... It specificall works around a webpack
bug that loses error messages on "unchanged" files: https://github.com/webpack/webpack/issues/2538
This was necessary to make Webpack show updated eslint messages/... on
"unchanged" files until [webpack/webpack#2538][issue2538] got fixed. This happened in
Webpack v3.5.4 and now this plugin isn't necessary anymore for this
usecase.

@@ -20,3 +21,3 @@ ## Installation

```shell
yarn --dev babel-plugin-add-filehash
yarn add --dev babel-plugin-add-filehash
```

@@ -35,4 +36,4 @@

[issue2538]: https://github.com/webpack/webpack/issues/2538
[1]: https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/user-handbook.md#manually-specifying-plugins
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc