1.0.0 • Published 1 year ago

crypto-image-name v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

crypto image name

Change the image name inside the entry folder using crypto hash. When changing the image name, the image path written in the files(css, js, html, txt, vue, jsx) inside the folder is also changed.

use as cli

install

$ npm install -g crypto-image-name

use

$ cryptoimage

use as webpack plugin

install

$ npm install -D crypto-image-name

use

// webpack.config.js
const cryptoImageName = require('crypto-image-name');

plugins:[
	new cryptoImageName()
]

options

NameDefaultdescription
entryPath'./dist'
outputPath'./dist-crypto'
privateKey'mkt'
excludeexclude pattern(regx)
1.0.0

1 year ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago