I am getting this read message in the console when the code below runs:
Error: Error parsing web-module ‘public/pages/fvbud.js’: ‘import’ and ‘export’ may only appear at the top level (550:0) while parsing file: public/pages/fvbud.js
Code:
wixWindow.openLightbox('Lightbox Name')
How does one fix this?