Open fedottt opened 4 months ago
hi can you add *.esm.browser.js ?
i use scripts like
<script type="importmap"> { "imports": { "vue": "../npm/node_modules/vue/dist/vue.esm-browser.js", "quill": "../npm/node_modules/@vueup/vue-quill/dist/vue-quill.esm-browser.prod.js", "quill-image-uploader": "../js/quill/quill.imageUploader.js" } } </script> <script type="module" src="../js/hd_1.js"></script>
and hd_1.js like
import { createApp,ref,nextTick } from 'vue' import { QuillEditor } from 'quill' import ImageUploader from "quill-image-uploader"
how i use quill.imageUploader.js from src folder and edit src/blots/image.js to this (add brackets):
import { Quill } from "quill";
but in this case i must copy this files to another dir to prevent it modifing from npm package manager
hi can you add *.esm.browser.js ?
i use scripts like
and hd_1.js like
how i use quill.imageUploader.js from src folder and edit src/blots/image.js to this (add brackets):
but in this case i must copy this files to another dir to prevent it modifing from npm package manager