Skip to content

Commit 7b59014

Browse files
committed
Added source map
1 parent 4c67fc6 commit 7b59014

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/hds-lib.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/hds-lib.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ module.exports = {
88
filename: 'hds-lib.js',
99
globalObject: 'this',
1010
library: 'HDSLib'
11-
}
11+
},
12+
devtool: 'source-map'
1213
};

0 commit comments

Comments
 (0)