inyansuta's avatar

Laravel mix - how exclude Vue.js

I want use Laravel Mix, but I have simple project and I dont want use Vue.js library. How can I define which library has WebPack load?

0 likes
1 reply
ejdelmonico's avatar

Just remove the Vue require() statements in bootstrap.js, the vue instance and vue from package.json.

Please or to participate in this conversation.