Skip to content

Commit

Permalink
Exports the source map on build. References #197
Browse files Browse the repository at this point in the history
  • Loading branch information
danpastori committed Jul 14, 2018
1 parent 63ecbd7 commit f6ab062
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/amplitude.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/amplitude.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/amplitude.min.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ module.exports = {
include: /\.min\.js$/,
minimize: true
})
]
}
],
devtool: 'source-map'
}

0 comments on commit f6ab062

Please sign in to comment.