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

Commit 148a18e

Browse files
committed
Copy typescriptTransform on eject closes #2
1 parent 697eb6f commit 148a18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/react-scripts/scripts/eject.js

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ prompt(
5757
path.join('config', 'webpack.config.prod.js'),
5858
path.join('config', 'jest', 'cssTransform.js'),
5959
path.join('config', 'jest', 'fileTransform.js'),
60+
path.join('config', 'jest', 'typescriptTransform.js'),
6061
path.join('scripts', 'build.js'),
6162
path.join('scripts', 'start.js'),
6263
path.join('scripts', 'test.js')

0 commit comments

Comments
 (0)