Webpack - Ep. 6 - Create a Dev Server with Express

preview_player
Показать описание
In this episode we create the dev server using the Epress framework, so we can further customize.
Рекомендации по теме
Комментарии
Автор

My god! Am actual useful video on mixing express and webpack! Watching all videos now. Thanks for this! :D

thfreakinacage
Автор

I got this error importing a simple js module:

index.js:



require('./component1')

component1.js:

console.log('Hello World!')

When saving component1 I got:

Ignored an update to unaccepted module ./src/component1.js -> ./src/index.js process-update.js:20:5
[HMR] The following modules couldn't be hot updated: (Full reload needed)
[HMR] - ./src/component1.js process-update.js:101:11

Arcandres
Автор

4 years later. I'm watching this because I have a webpack project (my personal site) and I'm trying to plug my contact-form to my email using backend since I want my email/pass hidden and backend is the only way I can find that does that. following along with 4yr old info and trying to basically retrofit it to my preexisting code just so that I can test-send some emails from my site form has been a MFing JOURNEY.. but thank you so much for these videos I'd be absolutely lost. I still am lost. but not absolutely!

Calupp
Автор

This is a great video. But am I the only one here thinking that this is a lot of hacking for just setting up a node server with webpack?

traindeluxe
Автор

So it's possible to mix webpack/parcel with express.js? i see few or 0 videos aon this topic... it's really difficult to achieve that i think.

antoniosalzano
Автор

Do you have to create a separate file for production?

UNHAPPYMEXICANS
Автор

You should number your videos. I´m lost. What is the sequence for a begginer ?

ramstein