Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscox committed Jan 13, 2017
1 parent bf4c7bf commit 7cb0c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
libraryTarget: 'umd',
umdNamedDefine: true
},
devtool: IS_DEV ? 'cheap-module-eval-source-map' : 'cheap-module-source-map',
devtool: IS_DEV ? 'source-map' : 'cheap-module-source-map',
devServer: {
contentBase: "examples",
inline: true,
Expand Down

0 comments on commit 7cb0c9b

Please sign in to comment.