Minify production build
[e-mobility-charging-stations-simulator.git] / .vscode / tasks.json
index 343bcdc254bf9bcc46d0f807ae8c3e4bb2898298..62d341649cb7f55d43d777af7f3934017b079be3 100644 (file)
@@ -5,6 +5,11 @@
       "label": "Build",
       "type": "npm",
       "script": "build"
+    },
+    {
+      "label": "Development Build",
+      "type": "npm",
+      "script": "build:dev"
     }
   ]
 }