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 4a49c46 commit ff662b4Copy full SHA for ff662b4
packages/webpack-config/src/config/babel.js
@@ -5,7 +5,7 @@ const babelConfig = (options) => ({
5
rules: [
6
merge(
7
{
8
- test: /\.(mj|m|j|t)sx?$/,
+ test: /\.(mj|j|t)sx?$/,
9
loader: 'babel-loader',
10
options: {
11
cacheDirectory: true,
0 commit comments