Closed aklinker1 closed 1 year ago
These internal builds already inherit the root vite config file's configuration, it is passed down through the extension.
So all we need to do is tell vite to not discover any config files, and the recursion will break.
This closes #56 (the infinite loop half of the issue).
These internal builds already inherit the root vite config file's configuration, it is passed down through the extension.
So all we need to do is tell vite to not discover any config files, and the recursion will break.
This closes #56 (the infinite loop half of the issue).