I was wondering if you might lend a hand. I'm having some trouble going through tutorial.
Jonathan Verrecchia
@verekia
Sure @half-adder , what are you having trouble with?
_
Fabio Albertin
@sengeezer
Hi @verekia , I was wondering how I might add Modernizr using your setup
I’ve been struggling with this and what docs I can find seem somewhat outdated
Aziz Uysal
@azizuysal
Hi, I’m getting an error at the conclusion of chapter 4 (webpack, react, and hmr). When hot reloading, I see a "No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8000' is therefore not allowed access.” message in the console. I tried adding 'headers: { 'Access-Control-Allow-Origin': '*’ }’ in devServer section in webpack.config but it didn’t work, and couldn’t find a resolution by googling. Can you help?
Jeremy Monson
@monsonjeremy
Hi would anyone have any idea why when I use ExtractTextPlugin with webpack to compile my SASS and create a new file in the localhost:7000 the output CSS ends up being empty?