Jeremias Pettinen
Jeremias Pettinen
`InjectionChecker._removeDots` was called with `this` bound to `globalThis` instead of `InjectionChecker`, causing the dot-replace intended to reduce false positives to not work properly: ```js _removeDots(p) { // this === [object...
When copying, `options.overwrite` should default to `true`, as documented https://github.com/gregnb/filemanager-webpack-plugin/blob/07b977950bddd6aa50be097c1ad460fce550dbfa/src/options-schema.ts#L38-L42 However when the copy source is a glob and `overwrite` is not specified, `fsExtra.copy` is called with `{ overwrite: undefined...