Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 20, 2017
1 parent 1a2960a commit da80ee9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@ const appInfo = require('./app-info')
const packageInfo = require('./package-info')
const distInfo = require('../script/dist-info')

const devClientId = '3a723b10ac5575cc5bb9'
const devClientSecret = '22c34d87789a365981ed921352a7b9a8c3f69d54'

const channel = distInfo.getReleaseChannel()

const replacements = appInfo.getReplacements()

const outputDir = 'out'

const externals = ['7zip']
if (channel === 'development') {
externals.push('devtron')
}

const outputDir = 'out'
const replacements = appInfo.getReplacements()

const commonConfig = {
externals: externals,
output: {
Expand Down

0 comments on commit da80ee9

Please sign in to comment.