Skip to content

Commit 94ef272

Browse files
committed
fix dist name.
1 parent fe91daf commit 94ef272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ module.exports = [
188188
defaultsDeep({}, base, {
189189
target: 'web',
190190
entry: {
191-
'scratch-gui': './src/index.js'
191+
'smalruby3-gui': './src/index.js'
192192
},
193193
output: {
194194
libraryTarget: 'umd',

0 commit comments

Comments
 (0)