기타
[ERROR] tiptap
MinCoding
2021. 3. 14. 01:17
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') 을 추가해주면 된다