Skip to content

Commit

Permalink
task(pkg): add source maps to production build
Browse files Browse the repository at this point in the history
Considering this is an open source project enabling source maps in webpack proves very helpful without revealing anything proprietary.
  • Loading branch information
kdubb committed Jul 7, 2020
1 parent adb7bd3 commit 62ad496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const defaultConfig = {
resolve: {
extensions: ['.tsx', '.ts', '.js']
},
devtool: 'source-map',
mode: 'production',
plugins: []
};
Expand Down

0 comments on commit 62ad496

Please sign in to comment.