Learn Webpack Pt. 5: Loaders, CSS, & SASS

Learn Webpack Pt. 5: Loaders, CSS, & SASS

Colt Steele

5 лет назад

67,529 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Sagnik Ghosh
Sagnik Ghosh - 31.07.2023 16:20

Hi Colt, I followed exactly what you did, but the style-loader is not injecting the css in dom, how to fix it?

Ответить
123norway
123norway - 07.10.2022 01:44

Thanks, very informative!

Ответить
siddharth porwal
siddharth porwal - 22.08.2022 13:38

Never really understood about the details of the webpack.config file.....thnx to this series now its not something that should be untouched for the code to remain working
Thanks a lot Colt......a great in depth explanation for webpack as a whole

Ответить
ayen04
ayen04 - 14.08.2022 11:17

brief, clear and straight to the point, awesome.
thanks G

Ответить
schmucki85
schmucki85 - 19.04.2022 22:10

Thanks a ton. This is such an awesome tutorial.

I am just facing 1 big problem. Maybe anyone could help me solving it:
After adding CSS to my script unit tests (with mocha) are not working anymore as it is added to the JS file with import getting following error:

import "./style.css";
^^^^^^

SyntaxError: Cannot use import statement outside a module

Ответить
WhatAmIWitnessing
WhatAmIWitnessing - 23.01.2022 02:33

What are the benefits of loading css trough a javascript file?

Ответить
Cristian Torres
Cristian Torres - 05.11.2021 07:48

what means options: { url : false } ?

Ответить
Rachid
Rachid - 04.08.2021 17:20

Thank you.

Ответить
Coder Amrin
Coder Amrin - 09.07.2021 07:57

thanks for the vid now i'll fly

Ответить
Armin Sehic
Armin Sehic - 04.06.2021 12:32

I get this error: Uncaught SyntaxError: Cannot use import statement outside a module

Ответить
Alpa Chino
Alpa Chino - 02.06.2021 22:11

Do these tutorials still apply to the latest version of Webpack?

Ответить
Ehsan Set
Ehsan Set - 01.05.2021 23:05

It was great. Thanks

Ответить
Helena Moss
Helena Moss - 29.04.2021 21:13

Thanks for the great tutorial! You helped me a lot.

Ответить
Alex Jonas
Alex Jonas - 23.03.2021 19:23

thx , this was i need to know to resolve a big ploblem. you're a very good explaining this things !!!! thx a lot

Ответить
Ddarko Dev
Ddarko Dev - 22.03.2021 15:52

Amazing work!

Ответить
Siddharth Pande
Siddharth Pande - 15.03.2021 16:40

Wow Excellent Explanation in plain and simple language and simple examples. Great work man.

Ответить
Michael Paterson
Michael Paterson - 26.02.2021 05:06

As a backend dev I appreciate this video so much. Awesome job!

Ответить
Carlos Alberto
Carlos Alberto - 21.02.2021 19:01

Great tutorial! For files SCSS and CSS use in test = test:/\.(s*)css$/

Ответить
Matthew the mobile DJ
Matthew the mobile DJ - 02.02.2021 10:54

Thanks for this phenomenal course Colt, It took me till around lesson three to see what you were seeing (when we set up the webpack.config.js file ) but I think this way due to me using webpack5, Really glad I stuck with this. Some real gold right here.

Ответить