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
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
when building a vite app that uses vue-katex, the build breaks due to const merge = require('deepmerge')
i've been able to fix this manually by copying the katex-directive.js code in my plugin.js file, and changing the line above to import merge from 'deepmerge'
The text was updated successfully, but these errors were encountered:
when building a vite app that uses vue-katex, the build breaks due to
const merge = require('deepmerge')
i've been able to fix this manually by copying the
katex-directive.js
code in myplugin.js
file, and changing the line above toimport merge from 'deepmerge'
The text was updated successfully, but these errors were encountered: