vue 3 + vite + ts
@vue-office/docx, @vue-office/excel
when run on localhost - docx and xlsx work fine.
Then try to deploy and get error RollupError: ../myproject/dist/index-Cozw5At8.mjs (5:7): "default" is not exported by "node_modules/vue/dist/vue.runtime.esm-bundler.js", imported by "../myproject/dist/index-Cozw5At8.mjs".
3: var Xd = (e, n, o) => (tN(e, typeof n != "symbol" ? n + "" : n, o), o);
4: import require$$0$3, { watch, reactive, h as h$1, Fragment, getCurrentInstance, inject, onMounted, onUnmounted, ref a...
5: var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? glob...
^
6: function getDefaultExportFromCjs$1(e) {
7: return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
vue 3 + vite + ts @vue-office/docx, @vue-office/excel
when run on localhost - docx and xlsx work fine. Then try to deploy and get error RollupError: ../myproject/dist/index-Cozw5At8.mjs (5:7): "default" is not exported by "node_modules/vue/dist/vue.runtime.esm-bundler.js", imported by "../myproject/dist/index-Cozw5At8.mjs".
3: var Xd = (e, n, o) => (tN(e, typeof n != "symbol" ? n + "" : n, o), o); 4: import require$$0$3, { watch, reactive, h as h$1, Fragment, getCurrentInstance, inject, onMounted, onUnmounted, ref a... 5: var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? glob... ^ 6: function getDefaultExportFromCjs$1(e) { 7: return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
What does this mean and how to fix? Please, help