Skip to content

Commit fcfaf94

Browse files
committed
#351 feat(fe): webpack config 최적화
1 parent 212f2ba commit fcfaf94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/frontend/apps/web/next.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import withBundleAnalyzer from '@next/bundle-analyzer';
1+
// import withBundleAnalyzer from '@next/bundle-analyzer';
22
import TerserPlugin from 'terser-webpack-plugin';
33

44
const mode = process.env.NODE_ENV || 'development';
@@ -55,4 +55,5 @@ const nextConfig = {
5555
},
5656
};
5757

58-
export default withBundleAnalyzer(nextConfig);
58+
// export default withBundleAnalyzer(nextConfig);
59+
export default nextConfig;

0 commit comments

Comments
 (0)