[Vuejs]-Calling VueLoaderPlugin() causes 'findIndex' undefined error

0👍

When fiddling around trying to get the vue-loader to work, at some point I got an error leading me to update webpack to a later version. This version seemed to have deprecated the use of module.loaders in favour of module.rules.

Changing this in the webpack config seems to have made everything work smoothly. Hope someone finds this useful!

Leave a comment