DEV Community

Discussion on: Using Bootstrap 4 with Phoenix 1.4

Collapse
 
ramka001 profile image
Ram Kumar • Edited

Hi Kevin,

Thanks for this article.

I have a question when using Bootstrap, is there any way I can include the bootstrap.bundle.min.js i.e.

<script src="bootstrap.bundle.min.js">
</script>

into the app.js file?

I've tried using:

import 'bootstrap.bundle';

but it doesn't seem to work.