I’m having some issues getting the frontend setup working from the “Frontend Fun” chapter - none of the JS functionality in bootstrap is working, and when I look in devtools in the browser, I get the following error: Uncaught SyntaxError: Unexpected token import
This error points to line 1 of all.js (the file we created with Gulp and the bootstrap source .js files). Line 1 of all.js points to "import Util from ‘./util’
Is there something I’m missing? I’ve linked to the all.js file in my base.html template using: