Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderingstan committed May 12, 2018
2 parents b10c781 + d272133 commit 6a2e1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ var clientConfig = {
libraryTarget: 'var',
library: 'Origin'
},
mode: 'development',
devtool: 'inline-source-map',
mode: 'production',
devtool: false,
target: 'web',
module: {
rules: [
Expand Down

0 comments on commit 6a2e1fa

Please sign in to comment.