2.1.0 • Published 6 years ago

webpack-dbust v2.1.0

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

webpack-dbust - A webpack plugin for dbust

Saves cache-busted filenames to a json file. Deletes old cache-busted files.

Usage

const Dbust = require('webpack-dbust')

module.exports = {
  entry: './source/js/main.js',
  output: {
    path: './public/js/',
    filename: '[name]-[chunkname].js'
  },
  plugins: [ new Dbust(options) ],
}

Options

autosave

Specefies if dbust.save should be called automatically. Defaults to false.

dbust

The rest of the options are passed to dbust. They can be found here.

See also

  1. dbust
  2. gulp-dbust

License

MIT License

2.1.0

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago