# Sage 9 browsersync not updating right

**URL:** https://discourse.roots.io/t/sage-9-browsersync-not-updating-right/10648
**Category:** sage
**Tags:** sage9, browsersync, webpack
**Created:** 2017-10-12T11:57:53Z
**Posts:** 68
**Showing post:** 64 of 68

## Post 64 by @ciromattia — 2021-01-18T10:42:41Z

For @joshb: I completely got rid of `webpack.config.preset.js`, the only thing that you need there is the line

```
config: path.join( __dirname, 'postcss.config.tailwind.js' ), // PostCSS tailwind specific config
```

and I put it on the `css` rule because with `autoprefixer` and `postcss-nested` PostCSS plugins and the `@apply` Tailwind function I don’t need Sass anymore :slight_smile:

---

_[View the full topic](https://discourse.roots.io/t/sage-9-browsersync-not-updating-right/10648)._
