You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/configuration/output.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ contributors:
5
5
- sokra
6
6
- skipjack
7
7
- tomasAlabes
8
+
- mattce
8
9
---
9
10
10
11
The top-level `output` key contains set of options instructing webpack on how and where it should output your bundles, assets and anything else you bundle or load with webpack.
@@ -369,7 +370,7 @@ And finally the output is:
369
370
Module proof library.
370
371
371
372
372
-
`libraryTarget: "assign"` - Here webpack will blindly generates an implied global.
373
+
`libraryTarget: "assign"` - Here webpack will blindly generate an implied global.
0 commit comments