-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Fix #1735 #1736
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
Fix #1735 #1736
Conversation
Hi, |
We don't have a specific date yet, but it should be very shortly, in the next couple of days, maybe a little over a week, would you agree @Akryum ? As a workaround you should be able to add vue-cli-service to |
Thanks for the suggestion. But let me clarify, "transpileDependencies":{ |
No, its an option in vue.config.js See here: https://cli.vuejs.org/config/#transpiledependencies |
When i include transpileDependencies in vue.config.js, I get below error: |
That option didn't exist yet in beta.6, you should upgrade either way |
hmm, may be, here are the dependencies
|
After beta.6 came another 10 beta releases, and now we are on the 3rd Release Candidate. |
oh ok. I will try updating them to 3rd release candidate |
Updated the vue cli to version:3.0.0-rc.3 After including below in vue.config.js transpileDependencies: ['@vue/cli-service'] or So including transpileDependencies option on the vue-config didn't seem to work, unless I have done something wrong. |
The latest version is rc.4. This PR is not in rc.3. |
Thanks a lot that seemed to fix the let on the setPublicPath.js. |
I'm not aware of other code that we inject, so this could be coming from any of your project's dependencies. Can you provide a reproduction? |
You are right! |
Don't use ES6 in code that we inject into --lib builds
closes #1735