Skip to content

Commit 3711411

Browse files
This was giving me validation errors
Changing name to library seems to work though
1 parent afe27be commit 3711411

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/configuration/output.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,8 @@ In this case, you need the another property to name your module:
324324

325325
```javascript
326326
output: {
327-
name: "MyLibrary",
328-
libraryTarget: "umd",
329-
umdNamedDefine: true
327+
library: "MyLibrary",
328+
libraryTarget: "umd"
330329
}
331330
```
332331

0 commit comments

Comments
 (0)