Peter John

Results 2 comments of Peter John

@brianc second that spoke to someone on freenode ![image](https://cloud.githubusercontent.com/assets/3071602/16565488/96867322-421e-11e6-9c97-e273c5b17080.png)

An immediate solution would be to add the **ManifestPlugin** after the **WebpackRTLPlugin**. new WebpackRTLPlugin(), new ManifestPlugin({ fileName: 'manifest.json', map: (file) => { if (/\.rtl\.css$/.test(file.path)) { file.name = file.name.replace('.css', '.rtl.css'); }...