'import' and 'export' may only appear at the top level 위와 같은 에러가 발생했다 찾아보니 괄호를 닫지 않아서였다 에러 해결을 도와준 스택오버플로우다 https://stackoverflow.com/questions/37902849/import-and-export-may-only-appear-at-the-top-level 'import' and 'export' may only appear at the top level I'm using webpack with vuejs. Webpack does its thing, but when I look at the outputted app.js file, it gives me this error. 'import' and 'e..