ngmin-webpack-plugin
ngmin-webpack-plugin copied to clipboard
Update to webpack/core 4.x
this commit https://github.com/webpack/core/commit/d49907b1263c054e7ffcef82619c08a4ea1d6eea broke things. I'll just have it depend on 3.5... if you could give me hints on how I can update my plugin, that would be awesome :) @sokra
try to use SourceMapSource instead of OrignalSource
Thanks man!