Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Error when importing vue-worker #562

Closed
devszr opened this issue Mar 17, 2018 · 1 comment
Closed

Error when importing vue-worker #562

devszr opened this issue Mar 17, 2018 · 1 comment

Comments

@devszr
Copy link

devszr commented Mar 17, 2018

Found an issue or bug with electron-vue? Tell me all about it!

Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.

Describe the issue / bug.

Getting an error when importing vue-worker within an electron-vue app. Not sure if this is caused by electron-vue or vue-worker. I've already posted an issue at vue-worker, thought I'll refer it here as well.
israelss/vue-worker/issues/11

How can I reproduce this problem?

refer israelss/vue-worker/issues/11

Tell me about your development environment.
  • Node version: v8.9.4
  • NPM version: 5.7.1
  • vue-cli version: (if necessary) 2.9.2
@SimulatedGREG
Copy link
Owner

Hey @devszr,

This looks to be an issue related to israelss/vue-worker#5. In short, this module distributes a full ES6 syntax. The current webpack/babel setup ignores transpiling any dependency; this is a common standard used across all projects.

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

No branches or pull requests

2 participants