vue-trix
vue-trix copied to clipboard
Error while building the app using WebPack
How to solve such an error while building the app using WebPack?
app.js:22712 TypeError: Cannot read property 'call' of undefined
at __webpack_require__ (app.js:64)
at Object../node_modules/css-loader/index.js?!./node_modules/postcss-loader/src/index.js?!./node_modules/trix/dist/trix.css
at __webpack_require__ (app.js:64)
at Object../node_modules/trix/dist/trix.css
this is the version I'm currently using:
"vue-trix": "^1.1.11"
vuejs version
"vue": "^2.6.12"
I had this problem with a different project, and removing and re-adding with npm solved it - any chance that helps?