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/pluginsapi/compiler.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Compiler
3
3
sort: 2
4
4
---
5
5
6
-
The `Compiler` module of webpack is the main engine that creates a compilation instance with all the options passed through webpack CLI or `webpack` api or webpack comfiguration file.
6
+
The `Compiler` module of webpack is the main engine that creates a compilation instance with all the options passed through webpack CLI or `webpack` api or webpack configuration file.
7
7
8
8
It is exported by `webpack` api under `webpack.Compiler`.
9
9
@@ -115,4 +115,4 @@ This a reference guide to all the event hooks exposed by the `Compiler`.
115
115
116
116
## Examples
117
117
118
-
?> TODO: Adds examples of usage for some of the above events
118
+
?> TODO: Adds examples of usage for some of the above events
0 commit comments