질문&답변
tsconfig.json 만들시 오류 발생
같은 문제를 겪고 있습니다. 해당 옵션을 패스하기 위해 아래 코드를 입력하라고 해서 입력하면 Invalid or unexpected token 이라고 나옵니다. plugins: [ new webpack.LoaderOptionsPlugin({ // test: /\.xxx$/, // may apply this only for some modules options: { modules: … } }) ]