1.0.0 • Published 6 years ago

webpack-statics-version-plugin v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

webpack-statics-version-plugin

Installation

not publish yet

npm install webpack-statics-version-plugin --save-dev

Usage

Add this plugin after html-webpack-plugin

const WebpackStaticsVersionPlugin = require('webpack-statics-version-plugin');
plugins: [
    new WebpackStaticsVersionPlugin({
      suffixes: ['jpg', 'png']
    })
],
NameTypeDefaultDescription
suffixes{Array}['js', 'css']other suffiex you want(you do not need the . character)
replace{Boolean}falseif true, default suffixes will not work
1.0.0

6 years ago

0.0.1

6 years ago