Updated webpack to resolve common file extensions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user