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 7c0bb1d commit d91d887Copy full SHA for d91d887
webpack.config.js
@@ -1,13 +1,13 @@
1
'use strict';
2
3
-// With this configuration, the entire library can be bundled with Webpack.
+// With this configuration, the entire library can be bundled with Webpack.
4
// However, not all services support client-side usage.
5
// See https://github.com/watson-developer-cloud/node-sdk/tree/master/examples/webpack for details
6
7
module.exports = {
8
entry: './index.js',
9
output: {
10
- filename: 'watson-developer-cloud.js'
+ filename: 'watson-developer-cloud.js',
11
library: 'WatsonDeveloperCloud',
12
libraryTarget: 'umd'
13
},
0 commit comments