How to fix popper.js in bootstrap 4 gives SyntaxError Unexpected token export
By FoxLearn 2/16/2024 9:34:26 AM 644
This post shows you how to fix 'popper.js in bootstrap 4 gives SyntaxError Unexpected token export' in javascript.
For example
<script src="libs/popper.js/dist/popper.js"></script>
Uncaught syntaxError: Unexpected token export
To solve the problem, you can add bootstrap.bundle.min.js and remove popper.js in your html file.
Because bootstrap.bundle.min.js included popper.js
Categories
Popular Posts
Stisla Admin Dashboard Template
11/18/2024
Admin Tailwind CSS Admin Dashboard Template
11/18/2024
Portal HTML Bootstrap
11/14/2024