Updated webpack to resolve common file extensions

This commit is contained in:
2019-10-23 00:34:07 +02:00
parent 3910b5d7b2
commit 4a44924f56
16 changed files with 50 additions and 49 deletions

View File

@@ -12,10 +12,10 @@
</template>
<script>
import LandingBanner from '@/components/LandingBanner.vue'
import ListHeader from '@/components/ListHeader.vue'
import ResultsList from '@/components/ResultsList.vue'
import Loader from '@/components/ui/Loader.vue'
import LandingBanner from '@/components/LandingBanner'
import ListHeader from '@/components/ListHeader'
import ResultsList from '@/components/ResultsList'
import Loader from '@/components/ui/Loader'
import { getTmdbMovieListByName, getRequests } from '@/api'