Results 6 comments of bahtou

@alexander-akait @vankop Ran into the same issue. Repo to reproduce https://github.com/bahtou/webpackv5-merge-stategy-error > "webpack": "^5.73.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.9.3"

Seems like changing the webpack comments in `index.tsx` (or removing them) makes the error go away: ``` const LazyHome = lazy(() => import(/* webpackChunkName: "home" */ './pages/home')); const LazyAbout =...

Can you share your webpack config?

may be related: Copy/Paste the example ``` $dir: top; $blue: #056ef0; $column: 200px; .menu_link { background: $blue; width: $column; } .menu { width: calc(4 * $column); margin-$(dir): 10px; } ```...

went through the plugins adding/removing when `precss` is enabled as a plugin along with `postcss-simple-vars` the error pops up Seems like `precss` uses `postcss-advanced-variables` these plugins might be colliding 🤔

any updates on this? ran into an issue at work and would rather have this update than switch projects.