Skip to content

Commit b8030ad

Browse files
author
T_S_V
committed
Fixed the T2661 - emotion rating not rendering on angular2+ - added the emotion rating custom widget to package
1 parent d7855bc commit b8030ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

webpack.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ var widgets = [
3434
"easy-autocomplete",
3535
"pretty-checkbox",
3636
"bootstrap-slider",
37-
"microphone"
37+
"microphone",
38+
"emotionsratings"
3839
];
3940

4041
var dependencies = {
@@ -49,7 +50,8 @@ var dependencies = {
4950
"easy-autocomplete": "^1.3.5",
5051
"pretty-checkbox": "^3.0.3",
5152
"bootstrap-slider": "^10.0.0",
52-
recordrtc: "^5.4.6"
53+
recordrtc: "^5.4.6",
54+
"emotion-ratings": "^2.0.1"
5355
};
5456

5557
var entry = {};

0 commit comments

Comments
 (0)