You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING in ./node_modules/prismjs/components/index.js 42:23-54
Critical dependency: the request of a dependency is an expression
My code part that causing the problem while using with WebPack import prism from 'markdown-it-prism';
farther code lines:
const md = new MarkdownIt();
md.use(prism);
I tried changing versions for different laravel mix, vue, and markdown-it-prism packages. But nothing changed. This problem only omitted when I remove the markdown-it-prism import.
The text was updated successfully, but these errors were encountered:
My code part that causing the problem while using with WebPack
import prism from 'markdown-it-prism';
farther code lines:
I tried changing versions for different laravel mix, vue, and markdown-it-prism packages. But nothing changed. This problem only omitted when I remove the
markdown-it-prism
import.The text was updated successfully, but these errors were encountered: