라이브러리 외부에 있는 js 파일을 import 하려고 시도할 때 나는 오류 입니다.
yarn add next-transpile-modules
// next.config.js
const withTM = require("next-transpile-modules")([
"drei",
"three",
"postprocessing",
"<라이브러리>",
]); // pass the modules you would like to see transpiled
module.exports = withTM();
“이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.”