Skip to content

Litor/entry-hash-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

entry-hash-webpack-plugin

A webpack plugin to add entry js to index.html

Installation

npm install entry-hash-webpack-plugin --save-dev

Example Webpack Config

var entryHashWebpackPlugin = require('entry-hash-webpack-plugin');

module.exports = {
  plugins: [
    new entryHashWebpackPlugin({isProduction:true, entryName:'__main_entry__'})
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published