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

You may need an appropriate loader to handle this file type. #2

Open
wkasem opened this issue Mar 6, 2019 · 7 comments
Open

You may need an appropriate loader to handle this file type. #2

wkasem opened this issue Mar 6, 2019 · 7 comments
Labels
enhancement New feature or request

Comments

@wkasem
Copy link

wkasem commented Mar 6, 2019

./node_modules/@vuex-orm/plugin-change-flags/dist/index.js
Module parse failed: Unexpected token (59:30)
You may need an appropriate loader to handle this file type.
| install(e, t) {
| const n = {
| ...r,
| ...t
| },

@tvillaren
Copy link
Collaborator

Hello @wkasem,

How do you load the plugin and Vue / Vuex / VuexORM currently?

@wkasem
Copy link
Author

wkasem commented Mar 6, 2019

using laravel mix and with this babelrc conf

{
  "presets": ["es2015", "stage-0"],
  "plugins": [
    "transform-class-properties",
    "transform-object-rest-spread",
    "transform-async-to-generator",
    "syntax-dynamic-import"
  ]
}

@tvillaren
Copy link
Collaborator

From what I read on the Vuex ORM issue board, you might want to add "stage-2" in the presets: vuex-orm/vuex-orm#220

Other solution is to build the change-flag plugin with this option to convert to standard JS (or completely remove from the plugin).

@tvillaren
Copy link
Collaborator

@wkasem Any update on your issue?

@wkasem
Copy link
Author

wkasem commented Mar 24, 2019

@tvillaren no i haven't figured it out yet , i have tried , stage-2 preset and tried to remove all presets , everything else is compiled successfully but this plugin !!

@wkasem wkasem closed this as completed Mar 24, 2019
@wkasem wkasem reopened this Mar 24, 2019
@jasir
Copy link

jasir commented Nov 21, 2019

I have the same problem, this plugin breaks edge compatibility.

SCRIPT1028: Expected identifier, string or number (in the dist file spread operator is used)

@kiaking
Copy link
Member

kiaking commented Nov 27, 2019

Hmmm, I didn't know edge didn't support spread operator. Maybe we need polyfill for this?

We might need to refresh the build system to match other plugins such as Search and Axios and it might go away. Maybe I'll try this but if anyone has time to do it, more than welcome!

@kiaking kiaking added the enhancement New feature or request label Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants