Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit 0930a20

Browse files
author
Adam A. Zerella
committed
Updating babel transform file
1 parent a95f0d0 commit 0930a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ HELPER.precompile = (() => {
449449
ReplaceFileContent( searches, `${ process.cwd() }/lib/react/react.es5.js` );
450450

451451
// 3. Compile /lib/react.js to react.es5.js
452-
Babel.transformFile( `./lib/react/react.es5.js`, reactOptions, ( error, result ) => {
452+
Babel.transformFile( `./lib/react/react.js`, reactOptions, ( error, result ) => {
453453
if( error ) {
454454
HELPER.log.error(`We encountered an error when transpiling the react file in ${ Chalk.yellow( `${ process.cwd() }/lib/react/react.es5.js` ) }`);
455455
HELPER.log.error( error );

0 commit comments

Comments
 (0)