File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en-GB ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > React/Redux HTML5 Player</ title >
6
+ </ head >
7
+ < body >
8
+ < h1 > React/Redux HTML5 Player</ h1 >
9
+ < div id ="app "> </ div >
10
+ < script src ="/bundle.js " type ="text/javascript "> </ script >
11
+ </ body >
12
+ </ html >
Original file line number Diff line number Diff line change 22
22
},
23
23
"devDependencies" : {
24
24
"babel-core" : " ^6.9.0" ,
25
+ "babel-eslint" : " ^6.1.0" ,
25
26
"babel-loader" : " ^6.2.4" ,
26
27
"babel-preset-es2015" : " ^6.9.0" ,
27
28
"babel-preset-react" : " ^6.5.0" ,
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- entry : "./scripts/ app.js" ,
2
+ entry : './ app/index .js' ,
3
3
output : {
4
4
path : __dirname ,
5
- filename : " bundle.js"
5
+ filename : ' bundle.js'
6
6
} ,
7
7
module : {
8
8
loaders : [ {
You can’t perform that action at this time.
0 commit comments