Skip to content

Commit

Permalink
Update webpack.config.babel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMontane committed Aug 11, 2016
1 parent 63fc862 commit 1ab3d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Expand Up @@ -6,7 +6,7 @@ const name = 'DigestAuthDynamicValue'
const production = process.env.NODE_ENV === 'production'

const config = {
target: 'node-webkit',
target: 'web',
entry: [
'immutable',
'./src/DigestAuthDynamicValue.js'
Expand Down

0 comments on commit 1ab3d2f

Please sign in to comment.