vlazh
vlazh
Any updates?
As a workaround it's needs to set a context of new resource. In my case `NormalModuleReplacementPlugin` resolves regex in `afterResolve` phase, so I use `createData`: ```ts new webpack.NormalModuleReplacementPlugin(regex, (resource) =>...
I have run the same issue. It seems like the problem with Function rules (jss-plugin-rule-value-function) and any nested rules (jss-plugin-nested)
It seems like CI errors, not code.
Looks like the version lifecyrcle scripts is not working anymore with the latest yarn, so I found a solution using npm: ```json "scripts": { "version": "npm version --force --git-tag-version=false --workspaces=true...