Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
risq committed Jan 23, 2019
2 parents 1ee859f + 07acb2a commit e467875
Show file tree
Hide file tree
Showing 3 changed files with 2,600 additions and 4,124 deletions.
4 changes: 2 additions & 2 deletions config/webpack.config.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const webpack = require("webpack");
const merge = require("webpack-merge");
const path = require("path");

const UglifyJsWebpackPlugin = require("uglifyjs-webpack-plugin");
const TerserWebpackPlugin = require("terser-webpack-plugin");
const CleanWebpackPlugin = require("clean-webpack-plugin");
const CompressionWebpackPlugin = require("compression-webpack-plugin");
const ProgressBarWebpackPlugin = require("progress-bar-webpack-plugin");
Expand Down Expand Up @@ -36,7 +36,7 @@ module.exports = merge(common, {
},
},
minimizer: [
new UglifyJsWebpackPlugin({
new TerserWebpackPlugin({
cache: true,
parallel: true,
sourceMap: true,
Expand Down
Loading

0 comments on commit e467875

Please sign in to comment.