File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,15 @@ var pathToBabel = path.join(
18
18
'..' ,
19
19
'package.json'
20
20
) ;
21
- var pathToModuleMap = require . resolve ( 'fbjs/module-map' ) ;
22
21
var pathToBabelPluginDevWithCode = require . resolve (
23
22
'../error-codes/replace-invariant-error-codes'
24
23
) ;
25
- var pathToBabelPluginModules = require . resolve (
26
- 'fbjs-scripts/babel-6/rewrite-modules'
27
- ) ;
28
24
var pathToBabelPluginAsyncToGenerator = require . resolve (
29
25
'babel-plugin-transform-async-to-generator'
30
26
) ;
31
27
var pathToBabelrc = path . join ( __dirname , '..' , '..' , '.babelrc' ) ;
32
28
var pathToErrorCodes = require . resolve ( '../error-codes/codes.json' ) ;
33
29
34
- // TODO: make sure this stays in sync with gulpfile
35
30
var babelOptions = {
36
31
plugins : [
37
32
// For Node environment only. For builds, Rollup takes care of ESM.
@@ -81,9 +76,7 @@ module.exports = {
81
76
__filename ,
82
77
pathToBabel ,
83
78
pathToBabelrc ,
84
- pathToModuleMap ,
85
79
pathToBabelPluginDevWithCode ,
86
- pathToBabelPluginModules ,
87
80
pathToErrorCodes ,
88
81
] ) ,
89
82
} ;
You can’t perform that action at this time.
0 commit comments