Dynamic JavaScript import fails sometimes
I have some JavaScript files in my directory. So, instead of loading scripts using <script>
tag I am loading the scripts using import statement. While doing like this sometimes error is occurring while evaluating the variable in the imported file.