Skip to content

Commit

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

0 comments on commit 8ce83c7

Please sign in to comment.