We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d5857 commit 22be3c2Copy full SHA for 22be3c2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "surveyjs-widgets",
3
- "version": "0.12.55",
+ "version": "0.12.56",
4
"scripts": {
5
"start": "npm run build && live-server",
6
"prebuild": "webpack --env.buildType dev",
src/ck-editor.js
@@ -1,5 +1,3 @@
-import CKEDITOR from 'ckeditor';
-
function init(Survey) {
var widget = {
name: "editor",
webpack.config.js
@@ -132,12 +132,6 @@ module.exports = function(options) {
132
commonjs2: 'sortablejs',
133
commonjs: 'sortablejs',
134
amd: 'sortablejs'
135
- },
136
- 'ckeditor': {
137
- root: 'CKEDITOR',
138
- commonjs2: 'ckeditor',
139
- commonjs: 'ckeditor',
140
- amd: 'ckeditor'
141
}
142
},
143
plugins: [
0 commit comments