Can't browse the app
Hello,
I was trying to build the app and added my firebase url, but I got the error:-
TypeError: Path must be a string. Received undefined
any idea what is this about?
Thanks.
@karimal ,#32, I got the same problem ,have you solved this problem yet?
@videni No, didn't manage to solve it.
@karimal , install node 5
@karimal , do find any other simple reactJs app demo? it seems this project is not actively maintained
change the pattern of writting the file source. Dont use glob pattern. Remove the path.join & write path: __dirname + '/dist' & add new HtmlWebpackPlugin({ title: 'react-news', filename: 'index.html', template: 'src/index.html', scriptFilename: 'app.js' })
@SpawnTree Thank you buddy!
Which File did you change this?