We could change this to Configure webpack.config.js.
Prerequisites, you will need to have nodejs installed in your computer. If you want to follow this guide you will need to take as starting point sample "00 Intro/03 Jquery"
End sentene with a full stop and change sample to 00 Intro / 04 Jquery.
In the previous students.js inside sample 00 Intro / 04 Jquery we have this code.
However after we add redbkg class the figure shows this:
There's no blue background because the jQuery line was removed. This should be notified.
In next demos we will learn how to ask webpack to separate the css into separate files,
depending on your scenario you could choose one way or the other.
How does this sound?
In next demos we will learn how to ask webpack to separate our styles from bundle.js into separate css output file, depending on your scenario you could choose one way or the other.
Hi, i found some changes we could do:
We could change this to Configure webpack.config.js.
End sentene with a full stop and change sample to 00 Intro / 04 Jquery.
Add trailing semicolon, also in students.js. :P
In the previous students.js inside sample 00 Intro / 04 Jquery we have this code. However after we add redbkg class the figure shows this:
There's no blue background because the jQuery line was removed. This should be notified.
How does this sound?