Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 07234e7

Browse files
authored
Merge pull request #3 from martinbean/feature/change-react-extension
Change extension of React component
2 parents afa07c1 + e7dbfa8 commit 07234e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Presets/React.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ protected static function updateComponent()
5959
);
6060

6161
copy(
62-
__DIR__.'/react-stubs/Example.js',
63-
resource_path('js/components/Example.js')
62+
__DIR__.'/react-stubs/Example.jsx',
63+
resource_path('js/components/Example.jsx')
6464
);
6565
}
6666

0 commit comments

Comments
 (0)