CSS
Remember Webpack’s first rule: Webpack only speaks JavaScript. An initial reaction to this is to bypass Webpack entirely, compiling your stylesheets externally with a task runner. This is actually a mistake, and you’ll be missing out on some great features Webpack provides. But Webpack does operate differently than you may be used to from a task-runner perspective.