PacktPublishing / Full-Stack-React-Projects-Second-Edition

Full-Stack React Projects - Second Edition, published by Packt
MIT License
461 stars 538 forks source link

Helmet & webpack-dev-Middleware #53

Closed david238 closed 3 years ago

david238 commented 3 years ago

At this time, I am trying this codes, helmet is forcing https instead of http and webpack-dev-Middleware was not writing the bundle.js file under /dist, due to missing argument, writeToDisk: true, by default its false.

shruthis-shetty commented 3 years ago

@david238 Your issue got solved or not?

david238 commented 3 years ago

@david238 Your issue got solved or not?

It was. thank you!