diff --git a/.gitignore b/.gitignore index 66b8a98..a745b3e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ yarn-error.log # Visual Studio Code .vscode .vs +.vs/* .vscode/* !.vscode/settings.json !.vscode/tasks.json diff --git a/package.json b/package.json index c6551c8..b4d5291 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host=0.0.0.0 --disable-host-check --verbose", - "build": "ng build", + "build": "ng build --optimization=false", "watch": "ng build --watch --configuration development", "test": "ng test" },