question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

  "dependencies": {
    "vue": "^2.0.0",
    "vue-router": "^2.0.0",
    "vuex": "^2.0.0",
    "vuex-router-sync": "^3.0.0"
  },

Also latest webpack is now: "webpack": "2.1.0-beta.25"

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
kristianmandrupcommented, Oct 6, 2016

Remove the part vue config part:

    vue: {
        loaders: {},
    }

Se my circle-menu config

0reactions
robertjchristiancommented, Jul 25, 2017

Could be conflicts in node_modules folder. Good idea to make sure it’s clean.

Try:

rm -rf node_modules && npm install

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue 3 Migration Guide
Guide on migrating from Vue 2 to Vue 3. ... If you have an existing Vue 2 project or library that you intend...
Read more >
Vue 3 Migration Build: safely upgrade your app to Vue 3 (Pt. 1)
The Vue 3.1 migration build is a “special” version of Vue 3 that allows your existing Vue 2 app to run in a...
Read more >
Tutorial On How To Migrate From Vue 2 To Vue 3
First, we make sure that our @vue/cli-service is in the newest version. · To update our vue-cli command is – vue upgrade ·...
Read more >
Vue.js: How to Migrate a large project from Vue 2 to Vue 3
Migrating Vue Cli to support Vue 3 is pretty easy. You will have first to edit your package.json file in order to update...
Read more >
WebPack 4.x Upgrade to Vue2.x - Medium
1 Upgrade the plugin. webpack and webpack-cli. yarn add webpack@latest webpack-cli@latest. 2. Upgrade plugins and loader · 2 Configuration Adjustments. 1. Loader ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found