We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694cfce commit 9deb795Copy full SHA for 9deb795
src/content/configuration/resolve.mdx
@@ -233,14 +233,11 @@ module.exports = {
233
};
234
```
235
236
-<<<<<<< HEAD
237
-### resolve.extensions $#resolveextensions$
238
-=======
239
### resolve.extensionAlias
240
241
`object`
242
243
-An object which maps extension to extension aliases.
+一个将拓展名与拓展名别名映射的对象。
244
245
**webpack.config.js**
246
@@ -257,7 +254,6 @@ module.exports = {
257
254
258
255
259
256
### resolve.extensions
260
->>>>>>> 98a6bd0a7a9dca226bb68bfc45a53c19ac98ac37
261
262
`[string] = ['.js', '.json', '.wasm']`
263
0 commit comments