[Vuejs]-ReferenceError: Can't find variable: require. [karma, webpack]

3👍

Ok so the issue was a very silly mistake I made while giving path of index.js in preprocessor.

path should have been ./index.js while I had given test/index.js.

👤Vishal

Leave a comment