Skip to content

Commit

Permalink
Update source map
Browse files Browse the repository at this point in the history
  • Loading branch information
Ling Zhou committed Jan 5, 2017
1 parent d67aa72 commit 17dbb1e
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 @@ -50,5 +50,5 @@ module.exports = {
babel: { presets: ['es2015', 'stage-3'] },
externals: [getExternals()],
resolve: { alias: webpackAlias },
devtool: 'inline-source-map',
devtool: 'source-map',
};

0 comments on commit 17dbb1e

Please sign in to comment.