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

@@ -43,9 +43,9 @@
</template>
<script>
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
import SeasonedButton from '@/components/ui/SeasonedButton'
import { elasticSearchMoviesAndShows } from '@/api.js'
import { elasticSearchMoviesAndShows } from '@/api'
import config from '@/config.json'
export default {