Stephan Behm

Results 2 comments of Stephan Behm

``` rules: [ { test: /\.json$/, loader: 'string-replace-loader', options: { search: './data', replace: '../../data', flags: 'g', strict: true, }, }, ``` Using strict mode fails - so it seems to...

Any general solution? Wanted to start using it but get the same problems. Node: v22.15.0 three: 0.176.0 three-geo: 1.4.5