Skip to content

Commit 47e6ae4

Browse files
Merge branch 'master' of https://github.com/surveyjs/widgets
2 parents 9f8c577 + d4c4df2 commit 47e6ae4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webpack.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ module.exports = function(options) {
141141
commonjs2: "sortablejs",
142142
commonjs: "sortablejs",
143143
amd: "sortablejs"
144+
},
145+
"bootstrap-slider": {
146+
root: "Slider",
147+
commonjs2: "bootstrap-slider",
148+
commonjs: "bootstrap-slider",
149+
amd: "bootstrap-slider"
144150
}
145151
},
146152
plugins: [

0 commit comments

Comments
 (0)