compile-lock-webpack-plugin
Version:
Maintain a lock file during Webpack compilation
24 lines (23 loc) • 542 B
JSON
{
"name": "compile-lock-webpack-plugin",
"version": "1.1.0",
"description": "Maintain a lock file during Webpack compilation",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/SkylerLipthay/compile-lock-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"compile",
"lock",
"file"
],
"author": "Skyler Lipthay",
"license": "MIT",
"homepage": "https://github.com/SkylerLipthay/compile-lock-webpack-plugin",
"dependencies": {
"fs-extra": "^6.0.0"
}
}