Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/content/configuration/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -436,13 +436,14 @@ module.exports = {

用于设置入口支持的 wasm 加载类型的列表。

````javascript
```javascript
module.exports = {
//...
output: {
enabledWasmLoadingTypes: ['fetch'],
},
};
```

## `output.environment` $#outputenvironment$

Expand Down Expand Up @@ -473,7 +474,7 @@ module.exports = {
},
},
};
````
```

## output.filename $#outputfilename$

Expand Down