vue-bulma / modal

Modal component for Vue Bulma
MIT License
49 stars 28 forks source link

Laravel Elixir issue? #15

Closed tyler36 closed 7 years ago

tyler36 commented 7 years ago

I'm using Laravel Elixir 6.0.0-15 and get the following error

ERROR in ./~/vue-bulma-modal/src/index.js
Module not found: Error: Can't resolve './Modal' in 'I:\Lavarel\onsen\node_modules\vue-bulma-modal\src'
 @ ./~/vue-bulma-modal/src/index.js 1:0-27

If I make the following changes to the index.js file, it functions

import Modal from './Modal.vue'
import BaseModal from './BaseModal.js'
import CardModal from './CardModal.vue'
import ImageModal from './ImageModal.vue'

I realize that Laravel Elixir has been superseded by Mix now and it may work from there but I haven't tested it.

tyler36 commented 7 years ago

Stupid me didn't check the resolved issue.

Ignore please