You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a lot of dependencies, I know! This is mostly because `vue-loader` need to have other webpack loaders as **peer dependencies** rather than nested dependencies so that Webpack can find them.[^(1)]
40
41
42
+
You may also notice that we are using `babel-runtime` version 5 instead of the latest 6.x - this is [intentional](https://github.com/vuejs/vue-loader/issues/96#issuecomment-162910917).
43
+
41
44
After proper installation, your `package.json`'s `devDependencies` field should look like this:
42
45
43
46
```json
@@ -47,6 +50,7 @@ After proper installation, your `package.json`'s `devDependencies` field should
0 commit comments