webpack-shebang-plugin
Version:
This is an all-in-one webpack plugin which prepends hashbangs automatically to the generated bundle files and make it executable -- all revived from your entry source file.
38 lines (37 loc) • 670 B
JSON
{
"name": "webpack-shebang-plugin",
"version": "1.1.8",
"main": "index.js",
"license": "MIT",
"keywords": [
"shebang",
"hashbang",
"webpack",
"plugin",
"webpack-shebang-plugin",
"shebang-plugin",
"webpack-shebang",
"shebang-webpack",
"shebang-loader",
"shebang2-loader",
"loader",
"executable",
"bin",
"unix",
"#!",
"#!/",
"node",
"nodejs",
"npm",
"#!/usr/bin/env",
"#!/usr/bin/env node"
],
"repository": {
"url": "https://github.com/shuangwhywhy/webpack-shebang-plugin"
},
"author": {
"name": "qiangyizhou",
"url": "https://github.com/shuangwhywhy/webpack-shebang-plugin",
"email": "qyz.yswy@hotmail.com"
}
}