Skip to content

Commit 45be93e

Browse files
committed
Add source maps
1 parent ff044ba commit 45be93e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

67
### 1.2.0
78
- Fixed a bug involving the load promise of embedded collections

webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ var webpack = require('webpack');
33
var nodeExternals = require('webpack-node-externals');
44

55
module.exports = {
6+
devtool: 'source-map',
67
externals: [nodeExternals()],
78
entry: [
89
'./src/index'

0 commit comments

Comments
 (0)