generator-confit
Version:
Yeoman generator for creating the development process, tools and a sample project for current-generation web applications
26 lines (25 loc) • 597 B
JSON
{
"name": "Latest",
"priority": "1",
"description": "Webpack 3 browser profile (22 August 2017)",
"toolMap": {
"app": "confit",
"buildBrowser": "webpack",
"buildAssets": "webpack",
"buildCSS": "webpack",
"buildHTML": "webpack",
"buildJS": "webpack",
"documentation": "npm",
"entryPoint": "webpack",
"paths": "",
"release": "npm",
"sampleApp": "webpack",
"serverDev": "webpack",
"serverProd": "npm",
"testSystem": "codecept",
"testUnit": "webpack",
"testVisualRegression": "npm",
"verify": "npm",
"zzfinish": ""
}
}