Skip to content

Commit

Permalink
fix(webpack): playkit core externals root value (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Jan 28, 2018
1 parent 6513eea commit 4395e42
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 @@ -67,7 +67,7 @@ module.exports = {
commonjs: "playkit-js",
commonjs2: "playkit-js",
amd: "playkit-js",
root: "Playkit"
root: ["playkit", "core"]
},
"shaka-player": {
commonjs: "shaka-player",
Expand Down

0 comments on commit 4395e42

Please sign in to comment.