-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working with latest vite project #107
Comments
https://github.com/carl-jin/emoji-mart-vue/commit/117042cb6bb627c8ad99fd0f2113f68bcb648ed4 check this commit above |
@carl-jin I've just published version 9.1.0 (also includes emoji v13). Here is the change - https://github.com/serebrov/emoji-mart-vue/pull/110/files, I added ".vue" extensions as you suggested. Could you help testing it? |
thats my pleasure, let me check it out |
got an error, SyntaxError: The requested module '/node_modules/emoji-mart-vue-fast/src/utils/data.js' does not provide an export named 'buildSearch' change following code for fast fix it emoji-mart-vue/src/utils/data.js Line 122 in 9764481
export { buildSearch, compress, uncompress }
// module.exports = { buildSearch, compress, uncompress } |
|
[#107] Extract compress method (used by build script)
@carl-jin I published |
got following error
thats regular issue check this out vitejs/vite#178
just add
.vue
end of file pathThe text was updated successfully, but these errors were encountered: