Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added 'webpack_in/entry.jsx' for the JSX entry logic.
  • Loading branch information
maratbn committed Jun 24, 2018
1 parent 82cfbe5 commit 8ef27f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack_in/entry.jsx
@@ -0,0 +1,6 @@
// This file 'entry.jsx' is part of an example for building a minimalistic React front-end app
// step by step with Webpack 3 as outlined in the tutorial blog at
// http://maratbn.com/blogs/2018/06/17/minimalistic-react-webapp-webpack-3/


console.log("JSX entry logic.");

0 comments on commit 8ef27f9

Please sign in to comment.