Mahendra
Results
1
comments of
Mahendra
I found the solution which works on both development and production build.. solved using UglifyJsPlugin, config changes in webpack.. `optimization: { minimizer: [ new UglifyJsPlugin({ cache: true, parallel: true, extractComments:...