error in ./node_modules/tiptap/dist/tiptap.esm.js
Module parse failed: Unexpected token (126:23)
You may need an appropriate loader to handle this file type.
| } = this.node;
| const pos = this.getPos();
| const newAttrs = { ...this.node.attrs,
| ...attrs | };
....블라블라ㅏㅏ...
webpack.base.conf.js 파일의 아래 사진과 같은 부분에
resolve('node_modules/tiptap') 을 추가해주면 된다
'기타' 카테고리의 다른 글
[ERROR] sass / path must be a string..... (0) | 2021.03.18 |
---|---|
[ERROR] scss-loader로 인해 TypeError: this.getOptions is not a function at Object.loader (0) | 2021.03.14 |
[ERROR] node.js와 mysql 연동 실패 (0) | 2021.01.21 |
Vue&Express 연동하기 (2) (0) | 2020.09.28 |
vue&express 프로젝트 생성 + 연동까지 (0) | 2020.09.27 |