Skip to content

Commit

Permalink
Disable comparisons to fix mapbox-gl bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Nov 27, 2017
1 parent c940121 commit da2f54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default async function createCompiler (dir, { buildId, dev = false, quiet
output: 'app.js'
}),
new UglifyJSPlugin({
comparisons: false,
parallel: true,
sourceMap: false
})
Expand Down

0 comments on commit da2f54f

Please sign in to comment.