Skip to content

Commit a177361

Browse files
authored
Update webpack.config.js
1 parent 7d20b36 commit a177361

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
@@ -3,7 +3,7 @@ module.exports = {
33
output: {
44
path: __dirname + '/lib',
55
filename: 'index.js',
6-
library: 'node-package-open-source-starter',
6+
library: 'use-state-with-callback',
77
libraryTarget: 'umd',
88
},
99
externals: {

0 commit comments

Comments
 (0)