Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit fd97166

Browse files
committed
fix(mdx-loader): infer code lang
fixes: #458
1 parent 1c4c191 commit fd97166

File tree

6 files changed

+1947
-71
lines changed

6 files changed

+1947
-71
lines changed

packages/fusuma/src/webpack/webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ module.exports = (
9494
{
9595
loader: '@fusuma/prism-loader',
9696
options: {
97-
dirPath: join(basePath, 'slides'),
9897
theme: code.theme,
9998
plugins: code.plugins,
10099
},

0 commit comments

Comments
 (0)