Skip to content

Commit

Permalink
chore: change devtoolModuleFilenameTemplate (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenMe authored and Dan Ziv committed Sep 25, 2017
1 parent 58c2e9e commit accce14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
library: 'Playkit',
libraryTarget: 'umd',
umdNamedDefine: true,
devtoolModuleFilenameTemplate: "webpack:///core/[resource-path]",
devtoolModuleFilenameTemplate: "./core/[resource-path]",
},
devtool: 'source-map',
plugins: plugins,
Expand Down

0 comments on commit accce14

Please sign in to comment.