Skip to content

Commit

Permalink
[cfg] support JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed May 6, 2019
1 parent 656906a commit aa9fdad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* For the full copyright and license information, please view the LICENSE file
* distributed with this source code
* or visit https://github.com/gulp-flow/gulp-flow.
* or visit https://github.com/gulp-flow/gulp-flow-webpack.
*/

'use strict';
Expand Down Expand Up @@ -69,7 +69,8 @@ cfg.webpack = {
browsers: ['last 2 versions', 'safari >= 7', 'IE >= 11']
},
},
]
],
'@babel/preset-react',
],
plugins: [
'@babel/plugin-transform-runtime',
Expand Down

0 comments on commit aa9fdad

Please sign in to comment.