I'm still having to use the map filter with the latest release (3.1.1) to remove the source path, as referenced in #238. Without it, the source path is still being added to assets like images, etc:
new WebpackManifestPlugin({
fileName: 'assets/manifest.json',
basePath: '/assets/'
});
I'm still having to use the map filter with the latest release (3.1.1) to remove the source path, as referenced in #238. Without it, the source path is still being added to assets like images, etc: