Skip to content

Commit

Permalink
clean up nextjs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 24, 2024
1 parent 99531fc commit 18dd73b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apps-webservice.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD / App
name: CD / Webservice

on:
pull_request:
Expand Down
14 changes: 0 additions & 14 deletions apps/webservice/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18dd73b

Please sign in to comment.