Skip to content

Commit

Permalink
Add source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Nov 23, 2020
1 parent ff044ba commit 45be93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### 1.2.1
- Avoid sending a reload request as long as an equal reload request is still ongoing
- Added source maps to the exported bundle

### 1.2.0
- Fixed a bug involving the load promise of embedded collections
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var webpack = require('webpack');
var nodeExternals = require('webpack-node-externals');

module.exports = {
devtool: 'source-map',
externals: [nodeExternals()],
entry: [
'./src/index'
Expand Down

0 comments on commit 45be93e

Please sign in to comment.