We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d20b36 commit a177361Copy full SHA for a177361
webpack.config.js
@@ -3,7 +3,7 @@ module.exports = {
3
output: {
4
path: __dirname + '/lib',
5
filename: 'index.js',
6
- library: 'node-package-open-source-starter',
+ library: 'use-state-with-callback',
7
libraryTarget: 'umd',
8
},
9
externals: {
0 commit comments