Skip to content

Commit 891bebf

Browse files
committed
fix: remove invisible character causing MDX build failure
1 parent 1d1097c commit 891bebf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/configuration/optimization.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contributors:
99
- madhavarshney
1010
- dhurlburtusa
1111
- jamesgeorge007
12-
- anikethsaha
12+
- anikethsaha
1313
- snitin315
1414
- pixel-ray
1515
- chenxsan
@@ -32,7 +32,7 @@ Tells webpack to check the incompatible types of WebAssembly modules when they a
3232
| ------------- | ----------------- |
3333
| `development` | `false` |
3434
| `production` | `true` |
35-
| `none` | `false` |.
35+
| `none` | `false` |
3636

3737
**webpack.config.js**
3838

@@ -151,7 +151,7 @@ Use `optimization.avoidEntryIife` to avoid wrapping the entry module in an IIFE
151151

152152
Currently, `optimization.avoidEntryIife` can only optimize a single entry module along with other modules.
153153

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/):
155155

156156
| Mode | Default |
157157
| ------------- | ----------------- |
@@ -170,7 +170,7 @@ export default {
170170
};
171171
```
172172

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.
174174

175175
## optimization.flagIncludedChunks
176176

0 commit comments

Comments
 (0)