rebuild-changed-entrypoints-webpack-plugin
Version:
Webpack plugin that takes care of only rebuilding entrypoints that include changed files.
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "rebuild-changed-entrypoints-webpack-plugin",
"version": "1.0.1",
"description": "Webpack plugin that takes care of only rebuilding entrypoints that include changed files.",
"main": "lib/index.js",
"scripts": {
"test": "echo soon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/georgberecz/rebuild-changed-entrypoints-webpack-plugin.git"
},
"keywords": [
"webpack",
"gulp",
"plugin",
"changed",
"build",
"rebuild",
"files",
"entrypoints",
"cache"
],
"engines": {
"node": ">=8.11.3"
},
"author": "Georg Berecz @georgberecz",
"license": "MIT",
"bugs": {
"url": "https://github.com/georgberecz/rebuild-changed-entrypoints-webpack-plugin/issues"
},
"homepage": "https://github.com/georgberecz/rebuild-changed-entrypoints-webpack-plugin#readme",
"devDependencies": {
"eslint": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "^2.6.2",
"prettier": "^1.13.7"
}
}