Skip to content

Commit

Permalink
[#17] dev dependencies, delete webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed Jul 17, 2022
1 parent 7a16be0 commit 0e557b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,4 @@ const nextConfig = {
reactStrictMode: true,
}

module.exports = [
nextConfig,
{
webpack: (config) => {
config.module.rules.push({
test: /\.md$/,
use: 'raw-loader',
})
return config
},
},
]
module.exports = nextConfig
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@mui/icons-material": "^5.6.2",
"@nextui-org/react": "^1.0.0-beta.6",
"framer-motion": "^6.3.2",
"gray-matter": "^4.0.3",
"next": "^12.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
Expand All @@ -31,6 +30,7 @@
"@types/react-lottie": "^1.2.6",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"gray-matter": "^4.0.3",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
Expand Down

0 comments on commit 0e557b0

Please sign in to comment.