Skip to content

Commit

Permalink
fix: raw loader
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Dec 19, 2024
1 parent 9d0f1ca commit 88e6b1c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 50 deletions.
3 changes: 2 additions & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.34",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
"build": "next build",
"dev": "next dev",
"start": "next start",
"postdev": "fumadocs-mdx",
Expand Down Expand Up @@ -77,6 +77,7 @@
"gray-matter": "^4.0.3",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.4.49",
"raw-loader": "^4.0.2",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.1.0",
Expand Down
Loading

0 comments on commit 88e6b1c

Please sign in to comment.