TomaszChmielPagepro

Results 1 comments of TomaszChmielPagepro

If you are using Webpack 3 and UglifyJsPlugin this will work: `webpack.config.js`: ``` module.exports = { plugins: [ new webpack.optimize.UglifyJsPlugin({ mangle: { keep_fnames: true } }) ] } ```