Skip to content

Commit 682de42

Browse files
committed
Added 'webpack_in/entry.jsx' for the JSX entry logic.
1 parent 9488a5c commit 682de42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webpack_in/entry.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// This file 'entry.jsx' is part of an example for building a minimalistic React front-end app
2+
// step by step as outlined in the tutorial blog at
3+
// http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/
4+
5+
6+
console.log("JSX entry logic.");

0 commit comments

Comments
 (0)