UNPKG

webpack-clear-require-cache-plugin

Version:

clear require cache upon webpack compiler afterEmit hook

27 lines (26 loc) 662 B
{ "name": "webpack-clear-require-cache-plugin", "version": "0.0.5", "description": "clear require cache upon webpack compiler afterEmit hook", "main": "lib/index.js", "scripts": { "build": "./node_modules/.bin/babel src --out-dir lib", "watch": "./node_modules/.bin/babel src --watch --out-dir lib", "release": "npm run build && npm publish" }, "keywords": [ "webpack", "plugin", "clear", "require", "cache" ], "author": "maerzhase", "license": "ISC", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-preset-stage-3": "^6.24.1" } }