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)]
41
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).
42
+
> Note: In previous versions of `vue-loader`we used to explicitly install `babel-runtime`5.x to avoid duplicate dependencies - this is no longer necessary after recent babel upgrade.
43
43
44
44
After proper installation, your `package.json`'s `devDependencies` field should look like this:
0 commit comments