Skip to content

Commit

Permalink
fix: SmartBlock コンポーネントがdefault importできない問題の修正”
Browse files Browse the repository at this point in the history
"
  • Loading branch information
uidev1116 committed Jul 18, 2024
1 parent 56f3c13 commit a6a66b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const defaultExportConfig = merge(common, {
},
output: {
library: {
name: ['SmartBlock', '[name]'],
name: '[name]',
type: 'umd',
export: 'default',
},
Expand Down

0 comments on commit a6a66b9

Please sign in to comment.