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: src/content/configuration/optimization.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ contributors:
9
9
- madhavarshney
10
10
- dhurlburtusa
11
11
- jamesgeorge007
12
-
- anikethsaha
12
+
- anikethsaha
13
13
- snitin315
14
14
- pixel-ray
15
15
- chenxsan
@@ -32,7 +32,7 @@ Tells webpack to check the incompatible types of WebAssembly modules when they a
32
32
| ------------- | ----------------- |
33
33
|`development`|`false`|
34
34
|`production`|`true`|
35
-
| `none` | `false` |.
35
+
|`none`|`false`|
36
36
37
37
**webpack.config.js**
38
38
@@ -151,7 +151,7 @@ Use `optimization.avoidEntryIife` to avoid wrapping the entry module in an IIFE
151
151
152
152
Currently, `optimization.avoidEntryIife` can only optimize a single entry module along with other modules.
153
153
154
-
The default value of `optimization.avoidEntryIife` depends on the [`mode`](/configuration/mode/):
154
+
The default value of `optimization.avoidEntryIife` depends on the [`mode`](/configuration/mode/):
155
155
156
156
| Mode | Default |
157
157
| ------------- | ----------------- |
@@ -170,7 +170,7 @@ export default {
170
170
};
171
171
```
172
172
173
-
W> The `optimization.avoidEntryIife` option can negatively affect build performance, if you prioritize build performance over these optimizations, consider disabling this option.
173
+
W> The `optimization.avoidEntryIife` option can negatively affect build performance, if you prioritize build performance over these optimizations, consider disabling this option.
0 commit comments