From 18dd73bf967267fd77238259f462591fc8d0c99a Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sat, 24 Aug 2024 10:55:51 -0400 Subject: [PATCH] clean up nextjs pipeline --- .github/workflows/apps-webservice.yaml | 2 +- apps/webservice/next.config.js | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/apps-webservice.yaml b/.github/workflows/apps-webservice.yaml index 18ebb4d9..ae242b89 100644 --- a/.github/workflows/apps-webservice.yaml +++ b/.github/workflows/apps-webservice.yaml @@ -1,4 +1,4 @@ -name: CD / App +name: CD / Webservice on: pull_request: diff --git a/apps/webservice/next.config.js b/apps/webservice/next.config.js index d0d44586..f7a7df2c 100644 --- a/apps/webservice/next.config.js +++ b/apps/webservice/next.config.js @@ -9,20 +9,6 @@ const config = { output: "standalone", reactStrictMode: false, - /** - * - * @note We get an error when we try to minmize, no idea why - * 4831.js from Terser -invalid unicode code point at line 1 column 1081060 - */ - webpack(webpackConfig) { - return { - ...webpackConfig, - optimization: { - minimize: false, - }, - }; - }, - /** Enables hot reloading for local packages without a build step */ transpilePackages: [ "@ctrlplane/api",