Skip to content

Commit

Permalink
Merge pull request #46 from letsgochitchat/feat/#45
Browse files Browse the repository at this point in the history
icon 디자인 시스템 수정
  • Loading branch information
SEOKKAMONI authored Dec 14, 2023
2 parents 24469d7 + e1980df commit 412f4c1
Show file tree
Hide file tree
Showing 21 changed files with 202 additions and 393 deletions.
9 changes: 0 additions & 9 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ const config: StorybookConfig = {
];
}

if (config.module) {
if (config.module.rules) {
config.module.rules.unshift({
test: /\.svg$/,
use: ['@svgr/webpack'],
});
}
}

return config;
},
};
Expand Down
2 changes: 1 addition & 1 deletion @types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type ModalProps = {
isOpen: boolean;
onClose: () => void;
onClose: VoidFunction;
};
10 changes: 0 additions & 10 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
webpack: config => {
config.module.rules.push({
test: /\.svg$/i,
issuer: /\.[jt]sx?$/,
use: ['@svgr/webpack'],
});

return config;
},
};

module.exports = nextConfig;
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@storybook/nextjs": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/test": "^7.6.3",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
Expand Down
Loading

0 comments on commit 412f4c1

Please sign in to comment.