DEV Community

Cover image for All You Need to Know about Webpack
Artem Diashkin
Artem Diashkin

Posted on • Originally published at Medium

All You Need to Know about Webpack

This article will cover all main ideas behind the webpack — module bundler. You will know how to configure webpack, add assets, add css files, bundle your js file, starting a server, prod and dev build and more…

https://medium.com/litslink-frontend-development/webpack-v4-in-examples-all-you-need-to-know-73831915b314

Top comments (3)

Collapse
 
ellativity profile image
Ella (she/her/elle)

Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.

If you choose to do so, you also have the option to add a canonical URL directly to your post.

It might be helpful to know that when you import your Medium posts into DEV with RSS, Medium only sends a stub of the article so you will need to fill out the remainder of the content yourself before hitting "publish".

Collapse
 
alfredosalzillo profile image
Alfredo Salzillo

It's only a link to another article.

Collapse
 
nemrosim profile image
Artem Diashkin

Yes, correct. I didn't want to copy/paste entire article (they would be identical). This is my first steps in dev.to. I there are some rules about references to medium I would be glad to read about them. Thank you