generator-confit
Version:
Yeoman generator for creating the development process, tools and a sample project for current-generation web applications
24 lines (23 loc) • 554 B
JSON
{
"name": "Webpack (2 July 2016)",
"priority": "4",
"description": "Webpack & NPM-based build profile (no Grunt)",
"toolMap": {
"app": "webpack",
"buildBrowser": "webpack",
"buildAssets": "webpack",
"buildCSS": "webpack",
"buildHTML": "webpack",
"buildJS": "webpack",
"entryPoint": "webpack",
"paths": "",
"release": "npm",
"sampleApp": "webpack",
"serverDev": "webpack",
"serverProd": "npm",
"testSystem": "protractor",
"testUnit": "webpack",
"verify": "npm",
"zzfinish": ""
}
}