vue-trix icon indicating copy to clipboard operation
vue-trix copied to clipboard

Error while building the app using WebPack

Open anasred opened this issue 4 years ago • 1 comments

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"

anasred avatar Sep 05 '20 23:09 anasred

I had this problem with a different project, and removing and re-adding with npm solved it - any chance that helps?

inspire22 avatar Sep 07 '20 06:09 inspire22