We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd20731 + 877e8a5 commit 08539eaCopy full SHA for 08539ea
scripts/build/with-all.js
@@ -0,0 +1,5 @@
1
+import '../../lib/ckeditor/ckeditor';
2
+
3
+import * as AlloyEditor from './with-react';
4
5
+export {AlloyEditor};
scripts/build/index.js scripts/build/with-ckeditor.jsscripts/build/index.js renamed to scripts/build/with-ckeditor.js
webpack.common.js
@@ -34,7 +34,7 @@ const base = {
34
module.exports = {
35
config: {
36
...base,
37
- entry: './scripts/build/index.js',
+ entry: './scripts/build/with-all.js',
38
output: {
39
path: toAbsolute('./dist/alloy-editor'),
40
},
@@ -74,7 +74,7 @@ module.exports = {
74
75
noReact: {
76
77
+ entry: './scripts/build/with-ckeditor.js',
78
79
libraryTarget: 'umd',
80
0 commit comments