You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having many <script> and <style> tags sucks and makes loading slow
Combine all assets into a single .js & .css file (Webpack preferred)
Since we're probably gonna use ES2015 modules to import modules/scripts, we can write all the codes in ES2015+ and have Babel + Webpack integrations to transpile the code into current version of JavaScript that is widely supported by current browsers
See https://medium.freecodecamp.org/javascript-modules-part-2-module-bundling-5020383cf306
TL;DR
.js
&.css
file (Webpack preferred)The text was updated successfully, but these errors were encountered: