File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
- {}
1
+ {
2
+ "plugins" : [" transform-flow-strip-types" ]
3
+ }
Original file line number Diff line number Diff line change 17
17
"babel-core" : " ^6.23.1" ,
18
18
"babel-eslint" : " ^7.1.1" ,
19
19
"babel-loader" : " ^6.3.2" ,
20
+ "babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
20
21
"babel-preset-es2015" : " ^6.22.0" ,
21
22
"eslint" : " ^3.16.1" ,
22
23
"eslint-plugin-flowtype" : " ^2.30.0" ,
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- const FlowBabelWebpackPlugin = require ( 'flow-babel-webpack-plugin' ) ;
3
- const FlowWebpackPlugin = require ( 'flow-webpack-plugin' ) ;
4
2
module . exports = {
5
3
entry : './source/index.js' ,
6
4
output : {
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ babel-plugin-check-es2015-constants@^6.22.0:
314
314
dependencies :
315
315
babel-runtime "^6.22.0"
316
316
317
- babel-plugin-syntax-flow@^6.8.0 :
317
+ babel-plugin-syntax-flow@^6.18.0, babel-plugin-syntax-flow@^6. 8.0 :
318
318
version "6.18.0"
319
319
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
320
320
@@ -493,6 +493,13 @@ babel-plugin-transform-flow-comments@^6.17.0:
493
493
babel-plugin-syntax-flow "^6.8.0"
494
494
babel-runtime "^6.22.0"
495
495
496
+ babel-plugin-transform-flow-strip-types :
497
+ version "6.22.0"
498
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz#84cb672935d43714fdc32bce84568d87441cf7cf"
499
+ dependencies :
500
+ babel-plugin-syntax-flow "^6.18.0"
501
+ babel-runtime "^6.22.0"
502
+
496
503
babel-plugin-transform-regenerator@^6.22.0 :
497
504
version "6.22.0"
498
505
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.22.0.tgz#65740593a319c44522157538d690b84094617ea6"
You can’t perform that action at this time.
0 commit comments