I'm working on a Vue project with Webpack and Babel and trying to export two Js classes from one single file with module.exports and include it inside a component with require like this:

首页 > 解决方案 > 无法分配给对象'#的只读属性'exports'' VueJs

I'm working on a Vue project with Webpack and Babel and trying to export two Js classes from one single file with module.exports and include it inside a component with require like this: