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 f7796cb commit f2d5719Copy full SHA for f2d5719
README.md
@@ -35,13 +35,13 @@ export default {
35
*/
36
module.exports = {
37
settings: {
38
- // use default config:
+ // This uses the default `vite.config.js` file and the Vite configuration is an object.
39
"import/resolver": "vite",
40
41
- // OR use custom config:
+ // OR use custom config (see Config Options below):
42
"import/resolver": {
43
vite: {
44
- configPath: "./app1/vite.confg.dev.js"
+ configPath: "./app1/vite.confg.ts"
45
}
46
47
0 commit comments