We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff044ba commit 45be93eCopy full SHA for 45be93e
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
### 1.2.1
4
- Avoid sending a reload request as long as an equal reload request is still ongoing
5
+- Added source maps to the exported bundle
6
7
### 1.2.0
8
- Fixed a bug involving the load promise of embedded collections
webpack.config.js
@@ -3,6 +3,7 @@ var webpack = require('webpack');
var nodeExternals = require('webpack-node-externals');
module.exports = {
+ devtool: 'source-map',
externals: [nodeExternals()],
entry: [
9
'./src/index'
0 commit comments