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

This branch is up to date with islandZZZ/webpack-dev-cache-clear-plugin:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 7, 2022
3c4c991 · Jul 7, 2022

History

70 Commits
Jul 5, 2022
Jul 3, 2022
Jul 7, 2022
Jul 5, 2022
Jul 1, 2022
Jul 3, 2022
Jul 4, 2022
Jul 3, 2022
Jul 7, 2022
Jul 7, 2022
Jul 4, 2022
Jul 7, 2022

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%