Skip to content

Commit

Permalink
fix: add new playkit path alias #157
Browse files Browse the repository at this point in the history
  • Loading branch information
odedhutzler committed Oct 7, 2018
1 parent 53938c8 commit 5bfd1d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ module.exports = {
},
resolve: {
alias: {
'playkit-js': path.resolve('./node_modules/@playkit-js/playkit-js')
'playkit-js': path.resolve('./node_modules/@playkit-js/playkit-js'),
'@playkit-js/playkit-js': path.resolve('./node_modules/@playkit-js/playkit-js')
},
modules: [path.resolve(__dirname, 'src'), 'node_modules']
}
Expand Down

0 comments on commit 5bfd1d1

Please sign in to comment.