Skip to content
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

Update to the newest version 2.5.6 #369

Open
st1nkata9 opened this issue Oct 9, 2023 · 1 comment
Open

Update to the newest version 2.5.6 #369

st1nkata9 opened this issue Oct 9, 2023 · 1 comment

Comments

@st1nkata9
Copy link

Version

  • Vue version: 3

Description

I have updated the component to version 2.5.6 and now i can not build my application. It gives me error:
error in ./node_modules/@vueform/multiselect/dist/multiselect.mjs
Module parse failed: Unexpected token (2791:33)

Demo

@SergeyKazarinov
Copy link

I encountered a similar problem and can't solve it yet.

Failed to compile with 1 error                                                                                                                                                                                                 19:48:06
 error  in ./node_modules/@vueform/multiselect/dist/multiselect.mjs

Module parse failed: Unexpected token (4362:33)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|     },
|     beforeMount() {
>       if (this.$root.constructor?.version?.match(/^2\./) || this.vueVersionMs === 2) {
|         if (!this.$options.components.Teleport) {
|           this.$options.components.Teleport = {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants