webpack-dbust

2.1.0 • Public • Published

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

/webpack-dbust/

    Package Sidebar

    Install

    npm i webpack-dbust

    Weekly Downloads

    2

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    4.16 kB

    Total Files

    6

    Last publish

    Collaborators

    • marcelrobitaille