Skip to content

Commit

Permalink
test: import esm tagify
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 1, 2023
1 parent 580e2c7 commit cd0baf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron.vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
plugins: [react(), inject({
$: 'jquery',
jQuery: 'jquery'
}), commonjs()],
})],
optimizeDeps: {
exclude: ['bootbox', 'Jimp/es']
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import lottie from "lottie-web"
import {dragDrop, successCheck, errorMark} from '../../assets/lotties/lotties'
import kombuchaEnums from '../analytics/analytics-enums'
import Swal from "sweetalert2"
import Tagify from "@yaireo/tagify";
import Tagify from "@yaireo/tagify/dist/tagify.esm";
// const Tagify = require("@yaireo/tagify/dist/tagify.esm");
import tippy from "tippy.js";
import client from '../client'
import jQuery from 'jquery'
Expand Down

0 comments on commit cd0baf4

Please sign in to comment.