You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ [Error: ./~/vue-bulma-tabs/src/index.js
Module not found: Error: Can't resolve './Tabs' in '/App/node_modules/vue-bulma-tabs/src'
resolve './Tabs' in '/App/node_modules/vue-bulma-tabs/src'
using description file: /App/node_modules/vue-bulma-tabs/package.json (relative path: ./src)
Field 'browser' doesn't contain a valid alias configuration
after using description file: /App/node_modules/vue-bulma-tabs/package.json (relative path: ./src)
using description file: /App/node_modules/vue-bulma-tabs/package.json (relative path: ./src/Tabs)
as directory
The text was updated successfully, but these errors were encountered:
This source for this component uses imports without specifying .vue in the filename:
From vue-bulma-tabs/src/index.js:
importTabsfrom'./Tabs'// should be './Tabs.vue'
To work around this you'll need to configure webpack to import .vue files without needing an extension. Adding the following to your webpack config should resolve the issue:
I am using Gulp.js via Laravel Elixir and Webpack
The text was updated successfully, but these errors were encountered: