Skip to content

Commit d91d887

Browse files
committed
fix webpack
1 parent 7c0bb1d commit d91d887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'use strict';
22

3-
// With this configuration, the entire library can be bundled with Webpack.
3+
// With this configuration, the entire library can be bundled with Webpack.
44
// However, not all services support client-side usage.
55
// See https://github.com/watson-developer-cloud/node-sdk/tree/master/examples/webpack for details
66

77
module.exports = {
88
entry: './index.js',
99
output: {
10-
filename: 'watson-developer-cloud.js'
10+
filename: 'watson-developer-cloud.js',
1111
library: 'WatsonDeveloperCloud',
1212
libraryTarget: 'umd'
1313
},

0 commit comments

Comments
 (0)