Skip to content

Commit

Permalink
Fix webpack config to use terser
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Oct 14, 2019
1 parent 6279319 commit 44ac33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.mix.js
Expand Up @@ -13,8 +13,8 @@ const webpack = require('webpack');
*/

mix.options({
uglify: {
uglifyOptions: {
terser: {
terserOptions: {
compress: {
drop_console: true,
},
Expand Down

0 comments on commit 44ac33e

Please sign in to comment.