Skip to content

Commit

Permalink
chore: rename codeblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
hacke2 committed Nov 7, 2024
1 parent b5f43b1 commit 0d90bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/toolkit/webpack/config.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const libBundle = createWebpackConfig({
[config.editorAllEntry]: './packages/core/src/editor.all',
},
output: {
libraryTarget: 'commonjs',
library: 'AlexLib',
libraryTarget: 'umd',
},
optimization: {
minimize: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/webpack/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports.nodePolyfill = {
};

exports.config = {
appEntry: 'index',
appEntry: 'codeblitz',
appGlobalEntry: 'codeblitz.global',
appGlobalMinEntry: 'codeblitz.global.min',
editorEntry: 'codeblitz.editor',
Expand Down

0 comments on commit 0d90bf6

Please sign in to comment.