We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a6db2 commit 8562d3eCopy full SHA for 8562d3e
packages/@vue/cli-plugin-babel/index.js
@@ -25,7 +25,7 @@ module.exports = (api, options) => {
25
26
const jsRule = webpackConfig.module
27
.rule('js')
28
- .test(/\.jsx?$/)
+ .test(/\.m?jsx?$/)
29
.exclude
30
.add(filepath => {
31
// always transpile js in vue files
0 commit comments