ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Cannot assign to read only property 'exports' of object '#<Object>' #36

Closed thomasilmer closed 6 years ago

thomasilmer commented 6 years ago

What version of Laravel are you using? (nothing lower than v5.4).

5.5

is it an issue related to installation or usage ?

Usage

what is the error you are getting ?

"Cannot assign to read only property 'exports' of object '#'"

Extra Info "attaching a screen shot would be very helpful"

When going to the /media route I get this JavaScript error on a line with 'module.exports = new Vuemit()' Might be related to https://github.com/webpack/webpack/issues/4039 ?

ctf0 commented 6 years ago