I want to import jQuery as EC6 to bootstra.js. and finally access to jQuery whole of the project.
bootstrap.js:
import jQuery from 'jquery'
window.jQuery = jQuery
index.blade.php:
there is an external script that uses jQuery
so we have two external script:
<script src="app.js"></script>
<script src="x.jquery.min.js"></script>
so, after runing Vite on dev mode, I'm getting below error:
jQuery is not defined