Skip to content

a webpack plugin for Chrome dns & socket pools cache clearing

Notifications You must be signed in to change notification settings

JanMar30/webpack-dev-cache-clear-plugin

 
 

Repository files navigation

webpack-dev-cache-clear-plugin

a webpack plugin for clearing Chrome dns & socket pools & htsts cache.

Installation

npm i webpack-dev-cache-clear-plugin -D

Usage

const WebpackDevCacheClearPlugin = require('webpack-dev-cache-clear-plugin')

module.exports = {
    plugins: [
        new WebpackDevCacheClearPlugin({
            domains: ['google.com']
        })
    ]
}

About

a webpack plugin for Chrome dns & socket pools cache clearing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 59.8%
  • AppleScript 30.7%
  • JavaScript 9.5%