Skip to content

Commit

Permalink
remove from changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Sep 10, 2024
1 parent a48df1f commit e906da4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions apps/changelog/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {withSentryConfig} from '@sentry/nextjs';
import WebpackHookPlugin from 'webpack-hook-plugin';
import {codecovNextJSWebpackPlugin} from '@codecov/nextjs-webpack-plugin';

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand All @@ -18,15 +17,6 @@ const nextConfig = {
);
}

config.plugins.push(
codecovNextJSWebpackPlugin({
enableBundleAnalysis: typeof process.env.CODECOV_TOKEN === 'string',
bundleName: 'sentry-changelog',
uploadToken: process.env.CODECOV_TOKEN,
webpack,
})
);

return config;
},
async redirects() {
Expand Down
1 change: 0 additions & 1 deletion apps/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"webpack-hook-plugin": "^1.0.7"
},
"devDependencies": {
"@codecov/nextjs-webpack-plugin": "^1.0.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
Expand Down

0 comments on commit e906da4

Please sign in to comment.