in lib/plugin.js [186:191]
afterOptimizeChunks(compilation) {
const { symbols } = this.svgCompiler;
this.map = new MappedList(symbols, compilation);
const replacements = this.getReplacements();
this.map.items.forEach(item => replaceInModuleSource(item.module, replacements));
}