babel-plugin-transform-vue-jsx
babel-plugin-transform-vue-jsx copied to clipboard
Babel translates wrong when using laravel-mix
export default {} translates to exports.default = expected was module.exports =
Is this an issue when using jsx?
yes, we need to explicit declare module.exports to it works. Maybe it's because I've used it to develop Vue content.
What version of Mix, Laravel and Vue are you using?