Skip to content

Commit

Permalink
Fix: 実際に近いファイルサイズを確認するためにsourcemapsをインラインから外部ファイルに
Browse files Browse the repository at this point in the history
  • Loading branch information
sable-virt committed Feb 18, 2016
1 parent 0a2066a commit 5e2fbd6
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 @@ -7,7 +7,7 @@ let webpackConfig = {
sourceMapFilename: 'maps/[name].map',
jsonpFunction: 'fr'
},
devtool: '#inline-source-map',
devtool: '#source-map',
resolve: {
modulesDirectories: [
'bower_components',
Expand Down

0 comments on commit 5e2fbd6

Please sign in to comment.