From 496b0a9a338e46780f822716a939f26092f97bb8 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sat, 22 Oct 2022 16:35:12 +1000 Subject: [PATCH] build optimizations removed --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },