New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webpack-hashed-module-id-plugin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-hashed-module-id-plugin

Help making stable module id (compatible with Webpack 1 & 2)

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
62
16.98%
Maintainers
1
Weekly downloads
 
Created
Source

webpack-hashed-module-id-plugin

Help creating stable module id (compatible with Webpack 1 & 2)

Install

npm install webpack-hashed-module-id-plugin --save

Usage

Modify webpack.config.js:

const HashedModuleIdsPlugin = require("webpack-hashed-module-id-plugin");

module.exports = {
  //...
  plugins: [
    new HashedModuleIdsPlugin()
  ]
}

Keywords

webpack

FAQs

Package last updated on 20 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts