Skip to content

Commit

Permalink
chore: write source maps with production
Browse files Browse the repository at this point in the history
Issue #47
  • Loading branch information
lewismoten committed Sep 2, 2019
1 parent 9092a4a commit 7d129d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const base = {
module.exports = [
Object.assign({}, base, {
mode: "production",
devtool: "source-map",
output: Object.assign({}, base.output, {
path: path.resolve(__dirname, "lib")
})
Expand Down

0 comments on commit 7d129d4

Please sign in to comment.