Skip to content

Commit

Permalink
💚 mdx 플러그인 삭제
Browse files Browse the repository at this point in the history
Signed-off-by: Sumin <robolindasoo@gmail.com>
  • Loading branch information
milk717 committed Mar 3, 2024
1 parent 3696915 commit 93cdce8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
},
"devDependencies": {
"@cyco130/vite-plugin-mdx": "^1.0.4",
"@mdx-js/react": "^3.0.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
Expand All @@ -58,7 +56,6 @@
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite-plugin-mdx": "^3.6.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1"
}
Expand Down
2 changes: 0 additions & 2 deletions packages/obsidian-callouts-markdown/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {defineConfig} from 'vite';
import react from '@vitejs/plugin-react';
import {mdx} from '@cyco130/vite-plugin-mdx';
import svgr from 'vite-plugin-svgr';
import tsconfigPaths from 'vite-tsconfig-paths';
import dts from 'vite-plugin-dts';
Expand All @@ -21,7 +20,6 @@ export default defineConfig({
},
plugins: [
react(),
mdx(),
svgr(),
dts({rollupTypes: true}),
cssInjectedByJsPlugin(),
Expand Down

0 comments on commit 93cdce8

Please sign in to comment.