Skip to content

Commit

Permalink
chore: change devtoolModuleFilenameTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Sep 25, 2017
1 parent f6cfa35 commit c7a9ef5
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 @@ -12,7 +12,7 @@ module.exports = {
filename: '[name].js',
library: "PlaykitJsHls",
libraryTarget: "umd",
devtoolModuleFilenameTemplate: "webpack:///hls/[resource-path]",
devtoolModuleFilenameTemplate: "./hls/[resource-path]",
},
devtool: 'source-map',
plugins: PROD ? [new webpack.optimize.UglifyJsPlugin({sourceMap: true})] : [],
Expand Down

0 comments on commit c7a9ef5

Please sign in to comment.