Closed bradleybensmith closed 6 years ago
Hello @bram1028 Try to import the es5 file directly from node_modules like this
import VueNavTabs from 'vue-nav-tabs/dist/vue-tabs.common.js
and see if that works
Looks like it's something in my webpack config, still narrowing it down.
I keep getting a build error with building for prod (it worked fine for dev):
I'm using it as instructed:
I removed this from the package.json, and then the prod build worked fine:
Any better suggestions?