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: README.md
+39
Original file line number
Diff line number
Diff line change
@@ -346,6 +346,45 @@ module.exports = {
346
346
};
347
347
```
348
348
349
+
### `onlyWebpackImporter`
350
+
351
+
Type:
352
+
353
+
```ts
354
+
typeonlyWebpackImporter=boolean;
355
+
```
356
+
357
+
Default: `true`
358
+
359
+
Enables/Disables the only use `webpack` importer.
360
+
361
+
This can improve performance in some cases. Use it with caution because aliases and `@import` from [`node_modules`](https://webpack.js.org/configuration/resolve/#resolvemodules) will not work.
0 commit comments