Skip to content

Commit

Permalink
fix: 불필요한 패키지 제거, standalone 빌드 설정 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeolyi authored Mar 8, 2024
1 parent e6abe3b commit 020e497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import createNextIntlPlugin from 'next-intl/plugin';
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
// output: 'standalone',
output: 'standalone',

logging: {
fetches: {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/js-cookie": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
Expand Down

0 comments on commit 020e497

Please sign in to comment.