Replies: 1 comment 1 reply
-
@czloveyou this is not the repo for PrismJS |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当我在nuxt 中使用prismjs 启动项目的时候命令行总是报警告 Critical dependency: the request of a dependency is an expression 。页面会报错 Cannot find module './prism-markup'
我查看prismjs/component/index.js 好像是 45行 require(pathToLanguage)的问题
当我尝试require(
${pathToLanguage}
) 就变得正常我想知道这个是不是Bug
Beta Was this translation helpful? Give feedback.
All reactions