Skip to content

Commit

Permalink
Merge branch 'chore/upgrade-react-nextjs' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Oct 25, 2024
2 parents 0e59e33 + 704eb96 commit cdea84e
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 191 deletions.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ const config = {
}
];
},
/* productionBrowserSourceMaps: true, // for debugging prod build locally */
experimental: {
optimizePackageImports: ["modules"]
}
};

const sentryWebpackPluginOptions = {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"luma.gl": "7.3.2",
"mapbox-gl": "^1.8.1",
"moveto": "^1.8.1",
"next": "13",
"next": "14",
"next-http-proxy-middleware": "^1.2.6",
"next-redux-wrapper": "^4.0.1",
"normalize.css": "^8.0.1",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@next/bundle-analyzer": "^13.4.5",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "13",
"eslint-config-next": "14",
"eslint-config-prettier": "^8.4.0",
"postcss-easy-import": "^4.0.0",
"sass": "^1.54.4"
Expand Down
Loading

0 comments on commit cdea84e

Please sign in to comment.