DEV Community

Discussion on: SyntaxError: import declarations may only appear at top level of a module

Collapse
 
laurieontech profile image
Laurie

That error looks like it might be talking about an import statement in one of your javascript files? What pointed you towards babel/webpack as the error source?