We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39223c7 commit 8adc08aCopy full SHA for 8adc08a
lib/module.js
@@ -95,7 +95,7 @@ function extendConfig (config, options) {
95
})
96
97
// Transpile framework7 (es builds are not being transpiled)
98
- const babel = config.module.rules.find(r => r.test + '' === '/\\.jsx?$/')
+ const babel = config.module.rules.find(r => (r.test + '').includes('.jsx'))
99
babel.exclude = /node_modules(?[\\/])/
100
}
101
0 commit comments