일반

module.exports

알 수 없는 사용자 2023. 9. 14. 13:18
SMALL

에러발생

SyntaxError: Unexpected token 'export'

 

해결

전송할 파일 안에 export default 대신 module.exports로 작성

LIST