app-env-loader
Version:
A webpack loader to handle specific code base on different environment
30 lines (29 loc) • 702 B
JSON
{
"name": "app-env-loader",
"version": "1.0.1",
"description": "A webpack loader to handle specific code base on different environment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huangzuizui/app-env-loader.git"
},
"keywords": [
"webpack",
"env",
"environment",
"loader",
"specific"
],
"author": "huangzuizui",
"license": "MIT",
"bugs": {
"url": "https://github.com/huangzuizui/app-env-loader/issues"
},
"homepage": "https://github.com/huangzuizui/app-env-loader#readme",
"dependencies": {
"loader-utils": "^1.1.0"
}
}