i need to edit vuetable-2. I added some code in file /node_modules/vuetable-2/src/components/Vuetable.vue and rebuild my project. Unfortunately i don't see my changes in project because project get code from node_modules/vuetable-2/dist/vuetable-2.js (it's compress file of Vuetable.vue and other). Question: how i can rebuild vuetable-2 that my changes would fall into vuetable-2.js
PS npm build don't work